Bug in editor searchBuilder example

Bug in editor searchBuilder example

d0nightd0night Posts: 2Questions: 2Answers: 0

Link to test case: https://editor.datatables.net/examples/extensions/searchBuilder.html
Description of problem:
SearchBuilder could not use in editor example.

Answers

  • allanallan Posts: 62,933Questions: 1Answers: 10,352 Site admin

    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

Sign In or Register to comment.