Creating Pager for dynamic html table

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.
Jsfiddle for datatables.net pager: http://jsfiddle.net/Nh9AQ/
 
How to create paging for dynamic created table?
Thanks