clevertech / YiiBooster

YiiBooster
BSD 2-Clause "Simplified" License
544 stars 305 forks source link

Create a widget to be able to save grid filters #77

Closed tonydspaniard closed 11 years ago

tonydspaniard commented 11 years ago

The widget should be displayed on TbExtendedGridView and should be able to find whether a filter has been applied and provide a simple UI to save for later use.

tonydspaniard commented 11 years ago

Currently working with JSONStorage but would be nice to include a 'automatically create table' to save filters on database instead. I have to still write the WIKI for it.