How do I get a specific td value from selected row?

How do I get a specific td value from selected row?

markymoonmarkymoon Posts: 1Questions: 0Answers: 0
edited December 2012 in DataTables 1.9
Hi,

I have a table that I'd like to get a specific td value (a clientid) from the selected row, so I can use it in another function. The td in question is not displayed onscreen in the table.

Thanks in advance,
Mark

Replies

  • allanallan Posts: 63,389Questions: 1Answers: 10,450 Site admin
    [code]
    table.$('#myId').html()
    [/code]

    should do it.

    Allan
This discussion has been closed.