Closed nordkite closed 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.
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.