Closed lenichols closed 6 years ago
I need to add sort and pagination functionality to my tables. I've installed the lib but how do i apply it to my tables?
Hi, do you want to add server-side pagination/sorting or client-side's?
Hi @brunano21, I need to implement server side pagination/sorting. How can I do it with your library ?
Hi @ferprez, I was about to write an example, but then I remember about this sample code which implements what you are asking. Please refer to this to understand how you can implement server-side pagination and/or sorting.
I need to add sort and pagination functionality to my tables. I've installed the lib but how do i apply it to my tables?