Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add immutable mode to DataTable #2282

Closed
cagataycivici opened this issue Mar 13, 2017 · 0 comments
Closed

Add immutable mode to DataTable #2282

cagataycivici opened this issue Mar 13, 2017 · 0 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@cagataycivici
Copy link
Member

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.

@cagataycivici cagataycivici added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Mar 13, 2017
@cagataycivici cagataycivici added this to the 4.0.RC1 milestone Mar 13, 2017
@cagataycivici cagataycivici self-assigned this Mar 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

1 participant