load more concept are available or not in datatable?
load more concept are available or not in datatable?
jatin 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/
This discussion has been closed.
Answers
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.
yes i see that example @Bindrid2 ..
thanks for your suggestion..