You are here

protected property DataTables::$usesRowPlugin 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::usesRowPlugin
  2. 2.x src/Plugin/views/style/DataTables.php \Drupal\datatables\Plugin\views\style\DataTables::usesRowPlugin

Whether or not this style uses a row plugin.

Type: bool

Overrides Table::$usesRowPlugin

File

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

Class

DataTables
Style plugin to render a table as a FooTable.

Namespace

Drupal\datatables\Plugin\views\style

Code

protected $usesRowPlugin = FALSE;