fnGetData using DT_RowID

fnGetData using DT_RowID

sdinesh21sdinesh21 Posts: 37Questions: 0Answers: 0
edited November 2013 in DataTables 1.9
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?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    You don't really. You could try the `_` function: http://datatables.net/docs/DataTables/1.9.4/#_ . Something like: `table._('#myId');` should work.

    DataTables 1.10 will have a new `row()` method where you can do: `table.row( '#myId' ).data()` . Much more sensible :-)

    Allan
  • sdinesh21sdinesh21 Posts: 37Questions: 0Answers: 0
    Awesome, Thanks a lot, Allan! By the way, I am curious on the release date of Datatables 1.10 stable build?
  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    Likely early January now. Planning for a beta in the next week or so.

    Allan
This discussion has been closed.