- Issue created by @agn507
- πΊπΈUnited States agn507
Also looks like line 206 of DataTables.php also needs an update so views pulls from the correct place.
'#default_value' => $this->options['filter_columns_placeholder'],
should be
'#default_value' => $this->options['filter_columns']['filter_columns_placeholder'],