pratik227 / quasar-qgrid

QGrid is a Quasar App Extension. It allows you to filter data for each column, Drag and Drop Rows and also allows you to filter data using header filters.
https://next-quasar-qgrid.netlify.app/
MIT License
112 stars 92 forks source link

Filter #64

Closed fjbardelli closed 1 year ago

fjbardelli commented 1 year ago

Hello, this is a great job. It is possible, just as the example of the filter by date range is done, it makes a filter by a numerical field bounded between two values.

Thank you

pratik227 commented 1 year ago

Ok. I will check

fjbardelli commented 1 year ago

Thank you

pratik227 commented 1 year ago

Hi @fjbardelli

Added number range filter

Demo - https://next-quasar-qgrid.netlify.app/example-qgrid-number-range

Example -

{
    name: 'sodium', label: 'Sodium (mg)', field: 'sodium',
    filter_type: 'number_range'
  },

If this helped you in any way, you can contribute to the package's long term survival by supporting me:

💜 Support my open-source work on GitHub

Be sure to check out my sponsor page.

fjbardelli commented 1 year ago

Hi Hugely grateful. A tremendous functionality has remained. and it is very useful for me, I am in a migration project and this greatly enhances the grid. And I find it unbelievable.

Thank you very much

pratik227 commented 1 year ago

Closing this issue