How to add "id=" to a element in a datatable when populating from a server?

How to add "id=" to a element in a datatable when populating from a server?

JoedeanJoedean Posts: 1Questions: 1Answers: 0

Hello,

I would like to use DataTables and jEditable to make some columns in my datatable editable. I populate the databable from a server and I use "DT_RowId" to define the "id=" for each row. I can't figure out a built-in method in DataTables to assign an "id=" to those "<td>" elements that I want the user to be able to edit? I need to provide an "id=" to each "<td>" so when jEditable calls a server method, the method would receive the name of the column where the update came from.

Would you please provide a suggestion?

Thanks.

This discussion has been closed.