-
Notifications
You must be signed in to change notification settings - Fork 775
Option to Hide Radio Button Column for selection #57
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
OK I'll add this feature in next version. Thanks your feedback :) |
HI @mjrussell, you can hide selection column as follow: var selectRowProp = { mode: "radio", clickToSelect: true, hideSelectColumn: true, //you can hide select column, if you enable clickToSelect }; |
👍 Awesome! |
thanks for this new feature, but somehow when i add this line in the code, it is disturbing table alignment. When a scrollbar appears in table-body, the most right column border in the table-header and table-body does not match.. any idea, how to fix that? |
@ssjogus, would you give me your code? because I can't reproduce this problem :) |
hi @AllenFang , sorry the issue is not because of this new feature.. i think its over there even i don't use the hideSelectColumn. i am using 0.9.7 version. |
@ssjogus, upgrade to the newest version will solve your problem, and remember to re import the css file to your project. |
when i update, it is asking for react 0.14, and our project uses react 0.13. so i am not able to use it. |
@ssjogus, upgrade is only one solution, I can't republish 0.9.7 for fixing this bug ;( |
How to do disabled true for any particular radio button , for some condition e.g Count is more than 2. |
Being able to click the row to select is great and makes the radio button column somewhat unnecessary (at least for single selection).
Would be great to be able to pass an option to selectRow that hides the selection column.
Something like:
The text was updated successfully, but these errors were encountered: