Yii-GridView with Jquery UI Theme Roller support!!!
Requirements ¶
Yii 1.1 or above
Installation ¶
Unzip the extension to protected/extensions/
Usage ¶
$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.
nice
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?
Great job
Thanks for your nice work. If you add a demo then I think that would be great to understand for starter.
With Thanks,
mrs
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.