omines / datatables-bundle

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

Adding empty string as a value and making column search param optional #323

Closed dekijovic closed 6 months ago

dekijovic commented 6 months ago

For now in request body when adding a column, "search": {"value": "","regex": false} is required. For cases where search is handled differently this is an unused parameter that is required in a body. It should be optional. I added fix where this parameter if is not in the body column, default value is empty string

codecov[bot] commented 6 months ago

Welcome to Codecov :tada:

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered :open_umbrella:

curry684 commented 6 months ago

Thank you 👍