Creating Pager for dynamic html table
Hi,
I have a div element to which i am adding a html table with rows. There is no table header and footer.
I would like to add pager to the html table with the options of "First","Next", Numbers, "Last", "Previous". How to create a pager for the dynamically created table.
I have tried with datatables.net pager, but the paging is not shown.
How to create paging for dynamic created table?
Thanks