Hi there,
I have pagination in place with the option to define the number of records per page. I have placed this below of the table, at the bottom of the page. But when I want to select a different number of records to show, the dropdown goed below the screen and I need to scroll. How can I solve this?
In another (React) example I noticed different behaviour of the drop down based on scroll/page position.
And when this input select is at the bottom the dropdown moves to top.
Is this possible with Weweb? Should I use a different component maybe?
For now I will put de record number selector at the top of the table.