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

Improve DataTable selection performance #3101

Closed
cagataycivici opened this issue Jun 15, 2017 · 0 comments
Closed

Improve DataTable selection performance #3101

cagataycivici opened this issue Jun 15, 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

When dataKey is provided use an internal map to hold the keys so that isSelected can call it instead of looping through selection and value arrays to identify if a row is selected.

@cagataycivici cagataycivici added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Jun 15, 2017
@cagataycivici cagataycivici added this to the 4.1.RC1 milestone Jun 15, 2017
@cagataycivici cagataycivici self-assigned this Jun 15, 2017
superion-dev pushed a commit to superion-dev/primeng that referenced this issue Jul 5, 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