contributte / datagrid

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

Convert BackedEnum from Entity to their value #1051

Closed juniwalk closed 1 year ago

juniwalk commented 1 year ago

Doctrine now allows BackedEnums in entities however datagrid has issue with this when using them in ColumnStatus. This somewhat helps however it is not perfect.

If you know of better fix, I am willing to try to implement it.