REMINDER
Table pagination
-
Hello,
Is there a way to paginate a data table ?
I have tried many ways like Jquery plugins, but the result is not good.
The plugin provides search filter and pagination but the AppDrag tables structure don't fit with the plugin requirements.
The <thead> tag is followed by <tr> and <td> instead of a <th> tag, and when you change it the row or container is no more draggable and loose the drag and drop option. I tried to fix it but the result is OK but could be better.
Something on the road map about pagination ? -
Hey Neb
If you want ot display a table you can use this awesome library:
https://handsontable.com/examples?headersdocumentation is here:
https://handsontable.com/docs/7.4.2/tutorial-quick-start.htmlIt supports pagination, sorting, filtering, searching
-
Thank you so much Joseph Benguira