Yii-GridView with Jquery UI Theme Roller support!!!
Yii 1.1 or above
Unzip the extension to protected/extensions/
$dataProvider=new CActiveDataProvider('Post');
With default Ui-Theme: $this->widget('ext.UiGridView.UiGridView', array( 'dataProvider'=>$dataProvider, )); With Custom Theme: $this->widget('ext.UiGridView.UiGridView', array( 'dataProvider'=>$dataProvider, 'uiFile' => 'path to custom.ui.css' ));
Issues
The Pager and GridView-Summary doesn't use UiTheme (not yet ;) ) CButtonColumn not affected.
Total 2 comments
Thanks for your nice work. If you add a demo then I think that would be great to understand for starter.
With Thanks,
mrs
It seems that this is a good idea Iam thinking about rewriting jquery.yiigridview.js to be fully jquery ui by using jquery ui widget class.
Any suggestion?
Leave a comment
Please login to leave your comment.