-
Notifications
You must be signed in to change notification settings - Fork 103
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(AnalyticalTable): Horizontal virtualization of table cells #640
feat(AnalyticalTable): Horizontal virtualization of table cells #640
Conversation
Size Change: +872 B (0%) Total Size: 158 kB
ℹ️ View Unchanged
|
…ation # Conflicts: # packages/main/src/components/AnalyticalTable/index.tsx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried with this snippet in default story to generate lots of columns:
args={{
columns: new Array(500).fill(null).map((_, index) => ({ Header: `Header${index}`, accessor: ['name', 'age', 'friend.name', 'friend.age'][index % 4], id: index, width: 200 })),
}}
I'm not sure whether this is caused by storybook or by the column virtualizer, but the UI was freezing all the time. In addition to that, can we change the right scrollbar position so that it is always visible?
…ation # Conflicts: # yarn.lock
…le-horizontal-virtualization
Thank you for your contribution! 👏
To get it merged faster, kindly review the checklist below:
Pull Request Checklist