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

Better table support #312

Open
inokawa opened this issue Jan 3, 2024 · 2 comments
Open

Better table support #312

inokawa opened this issue Jan 3, 2024 · 2 comments
Assignees

Comments

@inokawa
Copy link
Owner

inokawa commented Jan 3, 2024

#219

@mariia-mitiureva
Copy link
Contributor

mariia-mitiureva commented Jan 8, 2024

Hi @inokawa
Should this ticket solve the problem that body cell width doesn't match header cell width (when we don't set fixed cell width like in original storybook example) ?
image

Looks like it doesn't work properly because of position: absolute. I checked this example with mui table + react-virtuoso https://mui.com/material-ui/react-table/#virtualized-table . They don't set height to tbody directly, but add additional rows to the beginning and to the end to control scroll height and visible rows position, and avoid position: absolute.

@inokawa
Copy link
Owner Author

inokawa commented Jan 8, 2024

Hi, the purpose of this issue is to find a stable way to virtualize table element with virtua, because table virtualization is very tricky...
I'll take a look mui table example. Thank you!

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

No branches or pull requests

2 participants