datagrid icon indicating copy to clipboard operation
datagrid copied to clipboard

Fail throw exception if parent is null

Open mlazovla opened this issue 6 years ago • 1 comments

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."

mlazovla avatar Oct 23 '18 14:10 mlazovla

I can't really see what you mean..?

paveljanda avatar Sep 19 '19 16:09 paveljanda