idSrc required when ajax option is not provided?
idSrc required when ajax option is not provided?
danwinters5
Posts: 4Questions: 2Answers: 0
in Editor
Editor is saying 'Unable to find row identifier'. My understanding is that it should use the internal DT_RowId as it does when ajax option is provided.
Is this an editor limitation with ajax-less client-side?
This discussion has been closed.
Answers
You are correct - it should use
DT_RowId
- although that isn't "internal" as such - it needs to be provided by you in some way. How are you populating the table - is it withdata
or with Javascript? Can you show me your code for that and a sample of the data?Allan