The easiest way to get data into DataTables is to output it as a regular HTML table, and then have Javscript read it in from there: http://datatables.net/examples/data_sources/dom.html . There other methods which you might prefer, ajax for example, but basically the fact that you are using WordPress or any other CMS shouldn't make any difference - it's just a case of enhancing a regular HTML table.
Replies
The easiest way to get data into DataTables is to output it as a regular HTML table, and then have Javscript read it in from there: http://datatables.net/examples/data_sources/dom.html . There other methods which you might prefer, ajax for example, but basically the fact that you are using WordPress or any other CMS shouldn't make any difference - it's just a case of enhancing a regular HTML table.
Allan