-
Notifications
You must be signed in to change notification settings - Fork 775
How to set width of Checkbox coloum #267
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
Comments
Anyway, @AllenFang is on vacations (well deserved!), maybe he can help out when he comes back. |
@Dhaval8087, there's no way to set the width on selection column currently, but the problem of selection column it's taking so much width, I'll reduce its column size and make the checkbox align on center. But this improvement will be included in my new plan for fixing table column width problem so need some time:) Thanks |
hi, could you explain how I can do this? |
Hello,
I have implemented a checkbox column in table like
selectRowProp = {
mode: this.props.recordSelectionType,
clickToSelect: true,
bgColor: "rgb(206, 239, 254)",
onSelect: onRowSelect,
onSelectAll: onSelectAll,
selected: selectedValues
now in UI checkbox column it's taking so much width how I can set width of checkbox column ?
The text was updated successfully, but these errors were encountered: