editField for Nested Datatable

editField for Nested Datatable

AshlaAppsAshlaApps Posts: 3Questions: 2Answers: 0

I am trying to implement inline editing for an entire row on a nested DataTable. I have adapted the example for this and am using the field().dt() function to get access to the table to assign the "click" event to. The problem is I am receiving the "Cannot automatically determine field name from data source" error even though I have used the editField parameter in my config of the nested table. Is there a reason editField would not be working for the nested table?

Answers

  • allanallan Posts: 61,635Questions: 1Answers: 10,092 Site admin

    Hi,

    Can you give me a link to your page showing the issue so I can try to trace it through please?

    Are you using the datatable field type and adding inline editing to it? I don't think that will work I'm afraid.

    Allan

Sign In or Register to comment.