grid-js / gridjs

Advanced table plugin
https://gridjs.io
MIT License
4.39k stars 241 forks source link

Method for filtering the table #402

Open goellner opened 3 years ago

goellner commented 3 years ago

Is your feature request related to a problem? Please describe. It would be great to have a filter functionality like this example: http://tabulator.info/docs/4.9/filter In my current case I need to add a filter for a daterange, which could be done by creating a custom plugin for gridjs. However I am using the vuejs version and can't access the grid instance. Therefore I am creating this FR, as it would be great to have the possibility to add custom filters.

Describe the solution you'd like A filter input (which can be customised). For the Vue version maybe a standalone component and a filter method to hook into.

Describe alternatives you've considered Creating my own plugin for gridjs, didn't work because I can't get reliable access to the grid instance in Vue.

afshinm commented 3 years ago

Thanks @goellner

This is something that I'm currently working on. I'm hoping to send a PR soon.

mike-seekwell commented 3 years ago

@afshinm did you submit the PR? Can I help?

alphavector commented 3 years ago

This is relevant to me, too

jakkubu commented 3 years ago

@afshinm any news on this?

sabatale commented 2 years ago

Is there a workaround to achieve this in the meantime, by any chance?

raduab commented 2 years ago

@afshinm how is this progressing?

hbcondo commented 2 years ago

+1 for this feature request. IMO, a great filtering implementation is the vertical one by Metafizzy's Isotope but filtering of any kind would be an asset to gridjs

https://isotope.metafizzy.co/layout-modes/vertical.html https://github.com/metafizzy/isotope

AndyEst commented 2 years ago

+1, would love to be able to filter out or show only- based on criteria

rawandhawez commented 2 years ago

Any updates on this?

dpappo commented 1 year ago

Thanks @goellner

This is something that I'm currently working on. I'm hoping to send a PR soon.

Also happy to help here if I can!

takielias commented 9 months ago

@afshinm Hi, Do you have any update?