Bug in editor searchBuilder example
Bug in editor searchBuilder example
d0night
Posts: 2Questions: 2Answers: 0
in Bug reports
Link to test case: https://editor.datatables.net/examples/extensions/searchBuilder.html
Description of problem:
SearchBuilder could not use in editor example.
This question has an accepted answers - jump to answer
Answers
Thank you. That is caused by a recent change to how server-side processing works. You now need to specify the column type - so
type: 'string'
for example, since server-side processing can't know what the data type is (it doesn't have all of the data available at the client-side to determine what it is).I'll get the examples updated.
Allan