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

feat(Table): add support for fillHeight on <Table> #330

Merged
merged 4 commits into from Apr 6, 2022
Merged

Conversation

simonguo
Copy link
Member

@simonguo simonguo commented Apr 4, 2022

Use fillHeight to force the height of the table to be equal to the height of its parent container. Cannot be used together with autoHeight.

<div style={{ height:'30rem' }}>
   <Table fillHeight>
   ...
   </Table>
</div>

Feature request: rsuite/rsuite#2406

@simonguo simonguo merged commit 7db9a13 into master Apr 6, 2022
@simonguo simonguo deleted the feat/fillHeight branch July 12, 2022 09:36
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