Cannot make SearchPanes work to render array data properly
Cannot make SearchPanes work to render array data properly
Link to test case: https://live.datatables.net/totacisu/1/edit
Debugger code (debug.datatables.net): n/a
Error messages shown: n/a
Description of problem:
I am trying to make my code work the same way as https://datatables.net/extensions/searchpanes/examples/advanced/renderArrays.html does. That is, in case a column has array-data, make the search pane render the single values of that array.
My test case https://live.datatables.net/totacisu/1/edit fails to do so, and I can't see what I am doing wrong or differently compared to https://datatables.net/extensions/searchpanes/examples/advanced/renderArrays.html
Any hints are greatly appreciated.
Answers
Figured out the problem, the licenses data for line 1 was not in array format.
TGIF :-)