Inline Edit on select dropdown doesn't populate options
Inline Edit on select dropdown doesn't populate options
Matthew Czajka
Posts: 13Questions: 4Answers: 1
in Editor
Debugger code (debug.datatables.net): okayis
Error messages shown: There is no error message shown
Description of problem: I am trying to have inline editing with a dropdown select. The value of the field shows correctly but if I try to edit it the dropdown is empty. I'm not sure where I am missing a link to populate the dropdown with the available options.
This question has an accepted answers - jump to answer
Answers
Hard to tell without seeing any of your code ... This is one way to do this.
I am trying to populate the select dropdowns for StepType and Destination with the array coming back
This is my editor code:
This is my table code:
I was able to find out a solution. Rather than trying to use the data return for the table. I query the backend options separate and populate the select field directly away from the table.
Heres the code:
Thanks for the update - good to hear you've got it working.
Allan