Add immutable mode to DataTable #2282
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
In immutable mode, datatable does not check if the underlying data is changed using ngDoCheck and iterable differs as it has a bad effect on performance, instead uses a setter to get notified which required the data to be immutable so when manipulating the data like adding or removing a records, users need to create a new array instance.
The text was updated successfully, but these errors were encountered: