-
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
Customize color of the select row checkboxes at the side of the table #1255
Comments
In options you can add: selectableRows: "none" |
Thanks @IanMDay. This is good for some of my tables at https://deepdao.world, but for most of them I need them selectable, and for some clients the color of the checkboxes area needs to be customizable. |
@Eithcowich did you figured out how to customize the checkbox selected row background color? |
@ivan-cbqa no, I did not. |
As of version 3.0.0, you can use the option selectableRowsHideCheckboxes to hide the checkboxes. If you don't want selectable rows, set the selectableRows option to "none". Currently there is no way to change the checkbox color, however, that should be easy to add. I'll put it on the list for version 3.1.0. |
Now possible in version 3.2.0 by using a custom checkbox component (example in examples/customize-example). |
Hello, is it also possible to move the position of the select all checkbox to another position in the toolbar? |
The default for the table is to have a column of checkboxes on the left side, for selecting rows.
Is there a way to customize the color of this column?
Alternatively, can I simply remove them altogether? I don't really need to allow row selection.
The text was updated successfully, but these errors were encountered: