You are here

protected property DataTables::$usesFields in DataTables 8

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

Does the style plugin for itself support to add fields to its output.

Type: bool

Overrides Table::$usesFields

File

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

Class

DataTables
Style plugin to render a table as a FooTable.

Namespace

Drupal\datatables\Plugin\views\style

Code

protected $usesFields = TRUE;