Modifying amount of visible rows
Modifying amount of visible rows

Hello,
I have a table consisting 50 rows. What I want to achieve is to by default show only first 10 rows. Then if a buttons is clicked, all full table would be visible. How can I achieve this?
This discussion has been closed.
Answers
Probably the easiest way would be to change the page length when the button is pressed with
page.len()
,Colin