You are here

public function FrxFieldTable::configValidate in Forena Reports 8

File

src/FrxPlugin/Template/FrxFieldTable.php, line 141
FrxFieldTable Template that displays a table of column/value vertically.

Class

FrxFieldTable
Field Table Template

Namespace

Drupal\forena\Template

Code

public function configValidate(&$config) {
  parent::configValidate($config);
  $this
    ->weight_sort($config['columns']);
}