SearchBuilder Data Name with MultiRow/Complex Header
SearchBuilder Data Name with MultiRow/Complex Header
Link to test case:
Pre-2.0 functionality: https://live.datatables.net/kiyasige/1/edit?html,js,output
Post-2.0 functionality: https://live.datatables.net/hazavuvo/1/edit?html,js,output
Debugger code (debug.datatables.net): N/A
Error messages shown: N/A
Description of problem: Pre-2.0 use searchbuilder to search the Salary column, "Salary" is the name that appears in the drop down. Post-2.0 repeat, but now it shows as "Salary-Section". This only happens when the col-span=1. Is there any way to use the pre-2.0 functionality in post-2.0?
This question has an accepted answers - jump to answer
Answers
Try the
columns.searchBuilderTitle
option:https://live.datatables.net/hazavuvo/2/edit
Kevin
That did it, I should have more thoroughly reviewed the documentation. Thanks!