angular-data-table
angular-data-table copied to clipboard
group is not working combined with prop path
Inside of BodyController, the property is asked with row[prop] to get the group rows, so when you use a property path, it's not working. I'll see to create a pull-request for this fix, as it should just be replaced with DeepValueGetter(row, parentProp)