alwint3r / sequelize-datatable-node

MIT License
11 stars 12 forks source link

How to implement min and max date range filter? #20

Open macroramesh6 opened 3 years ago

macroramesh6 commented 3 years ago

Hello, Thanks for the great library. This will definitely reduce so much dev time to implement server-side data table.

I'm looking to implement a date range filter on the server-side. The following official example is doing a filter on the client-side. I would like to do the same thing on the server-side.

https://datatables.net/extensions/datetime/examples/integration/datatables.html

Note: I'm looking to implement this feature in the library. Soon I will try to create the PR for the review. If anybody had work around this, please share with me.