Chris Eastwood

Results 2 comments of Chris Eastwood

I wonder if using `Drupal\Component\Plugin\CategorizingPluginManagerInterface` and `Drupal\Core\Plugin\CategorizingPluginManagerTrait` is a place to start? Provides one level of categorization as well as label sorting out of the box and could be extended...

Wouldn't it just work if you used the `classes` key in your fields array rather than `class`? Since [setParameters()](https://github.com/gbrock/laravel-table/blob/master/src/Column.php#L231) builds the method name out from the key, and there is...