html table show all rows before pagination
html table show all rows before pagination
muako
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
See this thread with the same question.
Kevin
Sorry, I misunderstood the question. How are you reloading the table? See this FAQ about ways to add or update the rows.
Kevin