By default the datatable paging is located below the table on the right. I would like to move the paging div (class previous-next-container) to another place on my page.
In particular, I have a table footer (which carries summary statistics for the table) which is located right underneath the table and I would like to integrate the paging into this table footer. I tried moving the div in the DOM but that trigged JS exceptions.