-
Notifications
You must be signed in to change notification settings - Fork 6
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
4001 - Datatable use Datagrid - Add first col sticky #4202
4001 - Datatable use Datagrid - Add first col sticky #4202
Conversation
src/client/pages/Section/DataTable/Table/RowData/Cell/Cell.scss
Outdated
Show resolved
Hide resolved
@@ -14,6 +14,7 @@ | |||
|
|||
.table-grid-container { | |||
margin-bottom: 28px; | |||
overflow-x: auto; |
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.
Didn't we add it already some place
Else ?
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.
Yes, we have it in table-grid-container
so it doesn't stretch the page and in table-grid, so that it's only the grid moving and not the buttons:
2025-01-09.14-55-38.mp4
It's a bit different now that I removed some of the fra table wrapper divs.
return { | ||
firstHeaderRowSpan, |
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 understand this, it's a fix just for the first column . Let's talk later about this
TODO:
2025-01-08.23-20-31.mp4