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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ All notable changes for each version of this project will be documented in this
11
11
-**Deprecation** - `tabIndex` has been deprecated and will be removed in a future version.
12
12
-`IgxGrid`, `IgxHierarchicalGrid`, `IgxTreeGrid`
13
13
- A column's `minWidth` and `maxWidth` constrain the user-specified `width` so that it cannot go outside their bounds.
14
+
- In SSR mode grid with height 100% or with no height will render on the server with % size and with no data. The grid will show either the empty grid template or the loading indicator (if isLoading is true).
15
+
- In SSR mode grid with width 100% or with no width will render on the server with % size and with all columns.
0 commit comments