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

feat(datagrid): use only clrDgItemsTrackBy for selection tracking #1144

Merged

Commits on Jan 19, 2024

  1. feat(datagrid): use only clrDgItemsTrackBy for selection tracking

    I removed two tests that appeared to test an optimization to skip work
    if there are no items. These optimizations are invalid because it may
    appear that the datagrid has no items when it just doesn't have items yet.
    
    BREAKING CHANGE: The row iterator `trackBy` function will no longer be
    used for selection tracking. Update your code to pass `clrDgItemsTrackBy`
    to the `clr-datagrid` component if you pass `trackBy` to the row iterator.
    kevinbuhmann committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    377cd10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f43a1dd View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    b8c21d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    5a602f8 View commit details
    Browse the repository at this point in the history