SearchBuilder value select options blank
SearchBuilder value select options blank
kguillott
Posts: 2Questions: 1Answers: 0
I'm having an issue where the options in the value dropdown are blank. When I inspect the dropdown, the values are there, but the text is blank. Any ideas why this might be happening?
This question has an accepted answers - jump to answer
Answers
You will want to use
columns.searchBuilder.orthogonal
to set the SearchBuilder display to thefilter
value, ie, thedata-filter
setting. Similar to this example. Updated test case:https://live.datatables.net/xewoqoso/1/edit
Kevin
That did the trick!
Thanks for your help!