Skip to content

19.0.0

Latest
Compare
Choose a tag to compare
@ChronosSF ChronosSF released this 13 Feb 13:12
73f0c1a

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.