How to control no. of row display on the page?
Example : A table have 100 record, I want to display 10 row first, then user click on "next", page will display another next 10 row of record.
- Use javascript and possibly <DIV> tags to control the view.
- Refresh the page each time the user clicks a button by "scrolling" the records on each request - ie release the records 10 at a time by updating a variable.
- Control the action that retrieves the records to return only 10 at a time.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.