Load Data in datatable on html select change event and inline edit the loaded data using Editor

Load Data in datatable on html select change event and inline edit the loaded data using Editor

Manoj SawanManoj Sawan Posts: 6Questions: 2Answers: 0

Hi

I want to load data in datatable on html select change event , i.e once option is selected based on that id i want to hit a URL and add data to datatable and then be able to perform inline editing using editor(i have purchased editor), but the problem im facing is if i add data using table.row().add() i cant specify a idSrc , so that it can be used by editor to edit

Can anyone please help???

Replies

  • kthorngrenkthorngren Posts: 21,144Questions: 26Answers: 4,918

    but the problem im facing is if i add data using table.row().add() i cant specify a idSrc

    Not sure I understand why you can't specify the idSrc in this case. Do you not have a unique ID to use?

    Kevin

This discussion has been closed.