kartik-v / yii2-builder

Build forms (single or tabular) easily for Yii Framework 2.0.
http://demos.krajee.com/builder
Other
100 stars 50 forks source link

filterModel in TabularForm #106

Closed nordkite closed 8 years ago

nordkite commented 8 years ago

Are you planning to add filterModel to TabularForm? Right now it only supports sorting. Maybe it is possible to add everything from GridView to TabularForm like export, hover etc.

kartik-v commented 8 years ago

No it is not possible to implement filter because yii generates it's own filter form which will result in nested forms and thus invalid html (note tabular form is a gridview wrapped inside a form). Same for export which also uses a form... It needs different way to handle these.