I am using a datatable which has some empty fields and i get two errors like this. presume “column 3” is of course referring to column 4 as the first is ignored, and this is in line with the problem not occurring when all fields in the “staff edit” column are filled.
Data is loaded on page load with the following function:
If i fill in all the email fields there is no error, so it seems to me that datatables can’t handle empty fields, but in the plugin it says that since 2018 it can, so I’m wondering if maybe there is just a simple workaround? Unfortunately bubble logic is of course very limited and i cant just do a ‘if list-of-emails is blank, then don’t join’ or smth as i suspect its maybe smth to do with the join empty list elements that’s causing the issue…