idSrc required when ajax option is not provided?

idSrc required when ajax option is not provided?

danwinters5danwinters5 Posts: 4Questions: 2Answers: 0

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?

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    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 with data or with Javascript? Can you show me your code for that and a sample of the data?

    Allan

This discussion has been closed.