SearchBuilder value select options blank
SearchBuilder value select options blank
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
This discussion has been closed.
Answers
You will want to use
columns.searchBuilder.orthogonalto set the SearchBuilder display to thefiltervalue, ie, thedata-filtersetting. Similar to this example. Updated test case:https://live.datatables.net/xewoqoso/1/edit
Kevin
That did the trick!
Thanks for your help!