omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
252 stars 113 forks source link

Custom search builder #195

Closed tomas-kulhanek closed 3 years ago

tomas-kulhanek commented 3 years ago

Hi, how is possible to use custom search builder?

When i define in JS, the server is not search by these builder image

curry684 commented 3 years ago

The search builder is a clientside extension, and this bundle only aims for serverside integration, without obstructing clientside power. You can use the convenience functions provided by this bundle, or write all the JS yourself, enabling integration of every possible extension to DT.

robiinho commented 1 month ago

Hi,

i developped a new SearchBuilderCriteriaProvider.php that seems to do the job, if some is interested: https://github.com/robiinho/datatables-bundle/tree/master

I also tried to do a pull request