contributte / datagrid

:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
https://contributte.org/packages/contributte/datagrid/
MIT License
288 stars 189 forks source link

Fail throw exception if parent is null #713

Open mlazovla opened 5 years ago

mlazovla commented 5 years ago

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

paveljanda commented 4 years ago

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