-
Notifications
You must be signed in to change notification settings - Fork 932
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
selectableRowsHideCheckboxes hides check boxes but still takes up space #1591
Labels
Comments
I've had to override the theme based on whether the
|
I think it's in the wrong place. |
wdh2100
added a commit
that referenced
this issue
Dec 10, 2020
- Refactoring TableSelectCell - Refactoring ExpandButton
wdh2100
added a commit
that referenced
this issue
Dec 10, 2020
Fix selectableRowsHideCheckboxes(#1591) bug
Fixed 3.7.2 |
@wdh2100 Good stuff! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When
selectableRowsHideCheckboxes
is set to true, the first column containing the check boxes is still there (even though the checkboxes are no longer visible).Is there a way to remove the whole column? or at least make it take up 0 space?
Expected Behavior
Checkbox column does not take up space
Current Behavior
Checkbox column takes up space even though checkboxes are hidden
Steps to Reproduce (for bugs)
https://codesandbox.io/s/muidatatables-custom-toolbar-kwemy?file=/index.js
Play around with
selectableRowsHideCheckboxes
optionYour Environment
The text was updated successfully, but these errors were encountered: