Is there no way to add a new value when using "type: select: in "fields"??
Is there no way to add a new value when using "type: select: in "fields"??
menashe
Posts: 196Questions: 43Answers: 2
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Answers
Yep, there is, you can use
field().update()
. This example from this thread is updating aselect
element if the value doesn't already exist the options.Colin