RowId without DT_RowId
RowId without DT_RowId
Hello to all,
- Does JQuery Data Table will automatically add a row id for each row data return server side in json array without 'DT_RowId' in Json result ?
My json data is from third party, i can not change it.
Please help.
Thanks.
This discussion has been closed.
Answers
Yes it can - use
rowIdto tell it which property to read the row id from.Allan