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

Allow to specify enableVirtualization for rows or columns #3619

Open
damiandominella opened this issue Oct 18, 2024 · 0 comments
Open

Allow to specify enableVirtualization for rows or columns #3619

damiandominella opened this issue Oct 18, 2024 · 0 comments

Comments

@damiandominella
Copy link

Use Case

It would be highly beneficial to allow more control over the enableVirtualization option. Currently, enabling virtualization affects both rows and columns automatically. However, it would be great to have the ability to specify the scope of virtualization, such as rows, columns, or all, instead of just a simple true/false toggle.

This feature could also address the issue with frozen columns on the right (#2873), enabling the freezing of columns through CSS alone. Now, applying a CSS-based solution conflicts with virtualization, as enabling it prevents the last column from rendering correctly, thereby breaking the freezing behaviour.

Proposed Solution

The proposal is straightforward: allow the enableVirtualization option to accept something like columns | rows | all as value, and adjust the behaviour accordingly. This would provide more flexibility in configuring virtualization while addressing current limitations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant