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

selection.grid.BaseModel: enhance the internal structure for buffered rendering #6326

Open
tobiu opened this issue Jan 28, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tobiu
Copy link
Collaborator

tobiu commented Jan 28, 2025

  • Instead of storing the ids of all cells which are affected, we should just store the dataIndex of the column
  • grid.View should pull this in inside createRow() (scrolling)
  • The SM needs to tweak the logic a bit

I will add follow-up tickets for CellColumnModel, CellColumnRowModel

We could move parts of the new logic into selection.grid.BaseModel => follow-up story as well.

@tobiu tobiu added the enhancement New feature or request label Jan 28, 2025
@tobiu tobiu self-assigned this Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant