each cell is inline editable,need to edit cell of customer coln as drpdown instead of textbox
each cell is inline editable,need to edit cell of customer coln as drpdown instead of textbox
Link to test case: https://jsfiddle.net/ny7zx2bo/
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem: each cell in datatable is inline editable, i need to edit cell of customer column as dropdown instead of textbox control
This discussion has been closed.
Answers
https://jsfiddle.net/gujsnfx3/
You can do that easily in Editor - see example here: https://editor.datatables.net/examples/simple/fieldTypes.html .
There is support for different types of Selects, such as Select2 and the new DataTable type,
Colin
Thanks colin, for your response ,but i don't want popup window of editor
can you check below url ,when click on location column value ,dropdown is shown.
https://editor.datatables.net/examples/inline-editing/join.html
Hi,
Is that not what you are looking for? From your original description, that example sounds like it does what you need?
Allan