SearchBuilder does not work on array-type columns
SearchBuilder does not work on array-type columns
Link to test case:
https://datatables.net/extensions/searchbuilder/examples/customisation/renderArrays.html
Debugger code (debug.datatables.net):
uwapoc
Error messages shown:
None
Description of problem:
When using the Equals operator on a column with "searchBuilderType: 'array'", no results are displayed.
In a different data table I created with effectively the same config, my array values are integers and the Contains operator only shows rows where the array contains only the selected element, while the Equals operator has the same problems as the test case above.