purecloudlabs / fixtable-angular

Angular wrapper for Fixtable grid
MIT License
3 stars 3 forks source link

For select-type filters, get the options dynamically #31

Open menewman opened 8 years ago

menewman commented 8 years ago

It'd be nice if a Fixtable could figure out the options for a select-type filter dynamically by running through all of the data rows and seeing what the possible values for that column are, rather than needing to specify the options in the configuration.

This wouldn't work well for a data set that's paginated on the server, so presumably we'd still need the ability to specify select options in the config in that case.

(Duplicating this issue from the Fixtable-Ember repo for consistency: fixtable-ember issue#31)