Skip to content

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

Closed
Dhaval8087 opened this issue Feb 12, 2016 · 4 comments
Closed

How to set width of Checkbox coloum #267

Dhaval8087 opened this issue Feb 12, 2016 · 4 comments

Comments

@Dhaval8087
Copy link

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 ?

@staminaloops
Copy link
Contributor

Hello,
I cant reproduce it:
image

Anyway, @AllenFang is on vacations (well deserved!), maybe he can help out when he comes back.
Meanwhile, can you give us a full example?

@AllenFang
Copy link
Owner

@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

@AllenFang
Copy link
Owner

v2.0.0 has been released, you can check #331 for more detail explanation and I'll close this issues, if problem still remain, please tell me on #331 or open an issue.

@ronaiza-cardoso
Copy link

hi, could you explain how I can do this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants