Make the table body scrollable ? #979
sayinmehmet47
started this conversation in
General
Replies: 1 comment
-
I did something like this <Table hoverable striped>
<Table.Head>
<Table.HeadCell className='sticky top-0' scope='col'>
Title
</Table.HeadCell>
<Table.HeadCell className='sticky top-0' scope='col'>
Amount
</Table.HeadCell>
<Table.HeadCell className='sticky top-0' scope='col'>
Description
</Table.HeadCell>
<Table.Head>
...
</Table> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just wondering how it should be best way in table component only the table body scrollable and header sticky ?
Beta Was this translation helpful? Give feedback.
All reactions