1

I am implementing dropdown in primeng treetable and bottom of the page the dropdown is hiding below the panel. How can make it auto adjust. Scroll automatically and so that user can see the dropdown.

Note: Table is wrapped with bootstrap pannel.

Jasper de Vries
  • 19,370
  • 6
  • 64
  • 102
Md Rahaman
  • 101
  • 1
  • 2
  • 8

1 Answers1

1
<p-dropdown appendTo="body"> </p-dropdown>

It works for me