Multiple tables with serverside processing

Multiple tables with serverside processing

kyennetikyenneti Posts: 8Questions: 0Answers: 0
edited January 2010 in General
Hi,
Is it possible to use datatables to create multiple tables from a single serverside processing source.?

thank you
Kalyan

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    Hi Kalyan,

    Yes it's possible - but they would all end up with the same data in them :-). All you need to do is pass in your 'sAjaxSource' address when you initialise the table (you can initialise more than one at a time if you want, using jQuery selectors) and DataTables will use that same source for each of them.

    Regards,
    Allan
This discussion has been closed.