PHP 클래스 macgyer\yii2materializecss\widgets\grid\GridView

It provides features like sorting, paging and also filtering the data. A basic usage looks like the following: php $dataProvider, 'columns' => [ 'id', 'name', 'created_at:datetime', ... ], ]) ?> The columns of the grid table are configured in terms of yii\grid\Column classes, which are configured via yii\grid\GridView::$columns. The look and feel of a grid view can be customized using the large amount of properties.
저자: Christoph Erdmann ([email protected])
상속: extends yii\grid\GridView
파일 보기 프로젝트 열기: macgyer/yii2-materializecss

공개 프로퍼티들

프로퍼티 타입 설명
$tableOptions the HTML attributes for the grid table element.

프로퍼티 상세

$tableOptions 공개적으로 프로퍼티

the HTML attributes for the grid table element.
또한 보기: [yii\helpers\BaseHtml::renderTagAttributes()](http://www.yiiframework.com/doc-2.0/yii-helpers-basehtml.html#renderTagAttributes()-detail) for details on how attributes are being rendered.
public $tableOptions