You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
dietergeerts
added a commit
to dietergeerts/angular-data-table
that referenced
this issue
Jul 5, 2017
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 withDeepValueGetter(row, parentProp)
The text was updated successfully, but these errors were encountered: