fnGetData using DT_RowID
fnGetData using DT_RowID
sdinesh21
Posts: 37Questions: 0Answers: 0
Hello Allan/All,
Hi, I am using Datatables 1.9.4 for a server side table. Could someone please let me know how do I fetch row data (fnGetData) using DT_RowID?
Hi, I am using Datatables 1.9.4 for a server side table. Could someone please let me know how do I fetch row data (fnGetData) using DT_RowID?
This discussion has been closed.
Replies
DataTables 1.10 will have a new `row()` method where you can do: `table.row( '#myId' ).data()` . Much more sensible :-)
Allan
Allan