izimobil/django-rest-framework-datatables

How to filter by date

irfanyppc opened this issue · 1 comments

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

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.