Modifying amount of visible rows

Modifying amount of visible rows

NutzzNutzz Posts: 2Questions: 2Answers: 0

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?

Answers

  • colincolin Posts: 15,118Questions: 1Answers: 2,583

    Probably the easiest way would be to change the page length when the button is pressed with page.len(),

    Colin

This discussion has been closed.