Commit 5834a2cd by niskac

Changes BootGridView to display table on empty be default.

parent f5ec37f2
...@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment