protected property DataTables::$usesRowClass in DataTables 8
Same name and namespace in other branches
- 2.x src/Plugin/views/style/DataTables.php \Drupal\datatables\Plugin\views\style\DataTables::usesRowClass
- 1.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\styleCode
protected $usesRowClass = TRUE;