massiveart / husky

Other
19 stars 12 forks source link

Datagrid only takes flat data #325

Open mmsbrggr opened 10 years ago

mmsbrggr commented 10 years ago

The datagrid can't render nested data arrays, instead everything needs to be passed flatly. This isn't really appropriate when dealing with child-list. It would be nice if the datagrid is able to render the children recursively. In the same step with fixing this issue the datagrid table-view could be refactored, which currently doesn't really meet the standard software quality requirements

mmsbrggr commented 10 years ago

In Sulu child-list are used in the MediaBundle, CategoriesBundle and could be used in the ContactsBundle