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