Skip to content

19.0.0

Compare
Choose a tag to compare
@ChronosSF ChronosSF released this 25 Nov 16:15
· 51 commits to master since this release
63df8c1

General

  • IgxFilteringService, IgxGridBaseDirective
    • Deprecation The filterGlobal method has been deprecated and will be removed in a future version.

New Features

  • IgxColumn
    • Introduced the disabledSummaries property, allowing users to specify which summaries should be disabled for a given column. This property accepts an array of strings corresponding to the summary keys, enabling selective control over both default summaries (e.g., 'Count', 'Min') and any custom summaries created by the user.