datagrid
datagrid copied to clipboard
Fail throw exception if parent is null
https://github.com/contributte/datagrid/blob/0544292cefbb11fe8077d5e9e8d65a77d151dd61/src/DataGrid.php#L3521
It can be fixed with
"DataGrid is attached to: '" . $parent ? get_class($parent) : 'null'. "', but instance of PresenterComponent is needed."
I can't really see what you mean..?