Server side paging, preformatted rows

Server side paging, preformatted rows

SyBorgSyBorg Posts: 3Questions: 0Answers: 0
edited April 2014 in General
Hello,

I plan to feed DataTables with preformatted rows (...)
Is it possible to do this? Can anyone point me to the relevant docs?

TIA

Replies

  • allanallan Posts: 63,381Questions: 1Answers: 10,449 Site admin
    You can do that in DataTables 1.10 with the row.add() method: http://next.datatables.net/reference/api/rows.add() (you need to add the `()` part to the URL - I've not updated the url linker yet...)

    Allan
  • SyBorgSyBorg Posts: 3Questions: 0Answers: 0
    edited April 2014
    Well that was a quick one indeed :) Thanks, I'll look into it :)
This discussion has been closed.