html table show all rows before pagination

html table show all rows before pagination

muakomuako Posts: 9Questions: 1Answers: 0

I have seen example of this.
https://datatables.net/examples/data_sources/dom

my project is html based and i would like when page reload, it will show 10 rows without scrolling. For example, my table has 500+ rows, and its fired as 1st show 500+ rows then show 10 rows when pagination ready. How to fix the issue?

Replies

  • kthorngrenkthorngren Posts: 20,142Questions: 26Answers: 4,736

    See this thread with the same question.

    Kevin

  • kthorngrenkthorngren Posts: 20,142Questions: 26Answers: 4,736

    my project is html based and i would like when page reload, it will show 10 rows without scrolling.

    Sorry, I misunderstood the question. How are you reloading the table? See this FAQ about ways to add or update the rows.

    Kevin

Sign In or Register to comment.