You are here

protected property DataTables::$usesRowClass in DataTables 1.x

Same name and namespace in other branches
  1. 8 src/Plugin/views/style/DataTables.php \Drupal\datatables\Plugin\views\style\DataTables::usesRowClass
  2. 2.x src/Plugin/views/style/DataTables.php \Drupal\datatables\Plugin\views\style\DataTables::usesRowClass

Does the style plugin support custom css class for the rows.

Type: bool

Overrides Table::$usesRowClass

File

src/Plugin/views/style/DataTables.php, line 37

Class

DataTables
Style plugin to render a table as a FooTable.

Namespace

Drupal\datatables\Plugin\views\style

Code

protected $usesRowClass = TRUE;