Skip to content

Commit a82dbae

Browse files
authored
Merge pull request #15730 from IgniteUI/sstoychev/chglog-addition
docs(changelog): adding changelog for paging mode change
2 parents f13f648 + 6386af8 commit a82dbae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ All notable changes for each version of this project will be documented in this
1313
- A column's `minWidth` and `maxWidth` constrain the user-specified `width` so that it cannot go outside their bounds.
1414
- 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).
1515
- In SSR mode grid with width 100% or with no width will render on the server with % size and with all columns.
16+
- The `pagingMode` property can now be set as simple strings `'local'` and `'remote'` and does not require importing the `GridPagingMode` enum.
1617
- `IgxHierarchicalGrid`
1718
- Introduced a new advanced filtering capability that enables top-level records to be dynamically refined based on the attributes or data of their associated child records.
1819
- Added a new `schema` input property that can be used to pass collection of `EntityType` objects. This property is required for remote data scenarios.

0 commit comments

Comments
 (0)