PHP Class 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.
Author: Christoph Erdmann ([email protected])
Inheritance: extends yii\grid\GridView
Datei anzeigen Open project: macgyer/yii2-materializecss

Public Properties

Property Type Description
$tableOptions the HTML attributes for the grid table element.

Property Details

$tableOptions public_oe property

the HTML attributes for the grid table element.
See also: [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