izimobil / django-rest-framework-datatables

Seamless integration between Django REST framework and Datatables.
http://django-rest-framework-datatables.readthedocs.io/en/latest/
MIT License
391 stars 89 forks source link

How to filter by date #120

Open irfanyppc opened 2 years ago

irfanyppc commented 2 years ago

Hi,

I have a field in Postgres of Date type. I am able to use this plugin to search for text string using regex, however unable to filter by date range.

Could you please suggest a tip of how this could be achieved.

Thanks

matthewhegarty commented 2 years ago

I believe it will be possible using a combination of django-filters and yadcf. Please refer to this thread for guidance. If you get it working please consider adding it to the example app.