Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
Yii Bootstrap 3
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Common
Yii Bootstrap 3
Commits
5834a2cd
Commit
5834a2cd
authored
Feb 09, 2012
by
niskac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes BootGridView to display table on empty be default.
parent
f5ec37f2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
BootGridView.php
widgets/BootGridView.php
+0
-4
No files found.
widgets/BootGridView.php
View file @
5834a2cd
...
@@ -16,10 +16,6 @@ Yii::import('zii.widgets.grid.CGridView');
...
@@ -16,10 +16,6 @@ Yii::import('zii.widgets.grid.CGridView');
class
BootGridView
extends
CGridView
class
BootGridView
extends
CGridView
{
{
/**
/**
* @var boolean whether to display the table even when there is no data. Defaults to false.
*/
public
$showTableOnEmpty
=
false
;
/**
* @var string the CSS class name for the container table. Defaults to 'table'.
* @var string the CSS class name for the container table. Defaults to 'table'.
*/
*/
public
$itemsCssClass
=
'table table-striped'
;
public
$itemsCssClass
=
'table table-striped'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment