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 table view #774

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

Add table view #774

wants to merge 1 commit into from

Conversation

jrmoulton
Copy link
Collaborator

draft because this is somewhat fragile.

position in the virtualized table is handled internally by the table by manually setting a padding_top. So if the caller of a table ever manually sets a padding top, it will break the table. I did this because using a before_node like how the virtual list does breaks the grid layout.

I've also had to hard code in the column headers by painting them in a position that is different from the layout. In order to get this to work without flashing the column headers I had to add a margin top internally to the table.

These hacks wouldn't be necessary if we had layout support in taffy for subgrids and for position: sticky.

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.

1 participant