bogdan / datagrid

Gem to create tables grids with sortable columns and filters
MIT License
1.02k stars 116 forks source link

Support for optgroup's #244

Closed brendon closed 6 years ago

brendon commented 6 years ago

I'm trying to make a filter that shows a select with optgroups in it. I can get it to display, but then when parsing it in the filter block it fails. I think the filtering techniques in datagrid don't know how to filter nested arrays. Is it currently possible to do this?

brendon commented 6 years ago

Ah! Never mind. I have a naming conflict between the filter name and the instance method providing the valid values!