Legacy methods

Legacy methods

sleepingtigersleepingtiger Posts: 13Questions: 8Answers: 0

I am familiar with using DataTables entirely on the client side implementing my own datasource retrieval through ajax.. So for example i would create an instance of DataTables and signify the columns (using "aoColumns"), specify the type for each column (using sType), define a callback for how the data is rendered ("fnRender")... and have callbacks etc...

But now with new version i feel completely at loss. All examples are simpler, and more geared towards existing table manipulation etc,...

Please let me know what the equivalents are for these old legacy types and functions! How do i get an array of Objects in JavaScript placed into dataTables, and have it be responsible of sorting, filtering, and rendering?

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.