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 option to enable/disable Virtualization for columns/rows #3421

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

totraev
Copy link

@totraev totraev commented Jan 10, 2024

Sometimes users might need disable Virtualization for columns or rows. By adding 2 new values (columns and rows) for enableVirtualization prop we can now control this behaviour.

  1. if typeof enableVirtualization === boolean - Virtualization is enabled/disabled for columns and rows
  2. if enableVirtualization === columns - Virtualization works only for columns
  3. if enableVirtualization === rows - Virtualization works only for rows

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

Successfully merging this pull request may close these issues.

None yet

1 participant