https://github.com/queirozfcom/yii-mycgridview
A slightly customized version of the default CGridView widget
https://github.com/queirozfcom/yii-mycgridview
Last synced: 11 months ago
JSON representation
A slightly customized version of the default CGridView widget
- Host: GitHub
- URL: https://github.com/queirozfcom/yii-mycgridview
- Owner: queirozfcom
- Created: 2013-06-27T19:47:40.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-18T18:03:26.000Z (over 12 years ago)
- Last Synced: 2025-07-09T17:08:19.685Z (11 months ago)
- Language: PHP
- Size: 109 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
yii-mycgridview
===============
A slightly customized version of the default CGridView widget
Customizations include:
- attribute $showHeaderWhenThereAreNoResults, default = false, set it to true if you want your grid to display a header even when there is no data to show;
- attribute $clickableRows, default = false, set it to true to make mouse cursor turn to a little hand over your grid rows);
- custom htmlOptions (removing some padding that doesn't look too good - good if you're using bootstrap);
- custom afterAjaxUpdate javascript function to reactivate bootstrap tooltips after an ajax update.