load more concept are available or not in datatable?

load more concept are available or not in datatable?

jatin gajerajatin gajera Posts: 60Questions: 23Answers: 0

load more concept are available or not in datatable?

for example see this link.
https://www.gyrocode.com/articles/jquery-datatables-load-more-button/

Answers

  • Bindrid2Bindrid2 Posts: 79Questions: 4Answers: 12

    Its not built in but its easy to accomplish using Gyrocode's pluging or your own code. I would tie a button click event to an ajax call that would get X amount of rows and append it to the table. Turn off datatables paging.

  • jatin gajerajatin gajera Posts: 60Questions: 23Answers: 0

    yes i see that example @Bindrid2 ..

    thanks for your suggestion..

This discussion has been closed.