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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,11 @@ The following example shows how you can use the Indigo theme:
49
49
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
50
50
- Introduced `showSummaryOnCollapse` grid property which allows you to control whether the summary row stays visible when the groupBy / parent row is collapsed.
51
51
- Added support for tooltips on data cells default template and summary cells.
52
+
- Added support for binding columns to properties in nested data objects.
53
+
Data operations (filtering/sorting/updating/etc) are supported for the nested properties.
54
+
```html
55
+
<igx-columnfield="foo.bar.baz"></igx-column>
56
+
```
52
57
- `IgxGridState` directive
53
58
- Added support for expansion states, column selection and row pinning.
54
59
- Added support for `IgxTreeGrid` and `IgxHierarchicalGrid` (including child grids)
0 commit comments