Separator option for select error if cell is null
Separator option for select error if cell is null
Hi all,
I want to use the multiple and separator options for a select field type however the field may be empty in the datatable until it is edited. If the field initially has data everything works but when empty I get the following error: b is null - dataTables.editor.min.js:138:29, I guess becasue the field is null.
Can anyone help with this please?
I seem to be having a similar issue to the one discussed here:
https://datatables.net/forums/discussion/31581/using-the-separator-option-with-multiple
This question has an accepted answers - jump to answer
Answers
Hi,
Completely agree - this is a bug in Editor. I've committed the fix and it will be in 1.6.2 (releases within the next two weeks is the plan). In the mean time, to hot fix, find:
and replace with:
Regards,
Allan
That's brilliant Allan. Thanks.