-
Notifications
You must be signed in to change notification settings - Fork 782
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
Can not set item in "+New" when setting the column attribute editable={false} #380
Comments
It seems my issue is the same with this one (#226). So do we have any plan for this feature in near future? |
@simozhan, I know this condition, This rule I follow the |
@AllenFang ok. i got the point. Many thanks. Yes, if it can be supported natively, that's really awesome, but no hurry, i am just trying to add a New Modal as you suggested in (#226) |
@simozhan, actually, most of user of Thanks 👍 |
@simozhan, on newest const options = {
ignoreEditable: true
};
return (
<BootstrapTable data={ products }
cellEdit={ cellEditProp }
insertRow={ true }
options={ options }>
//.....
); |
@AllenFang Many many thanks for quickly fix! Awesome!!! |
Hi,
When i set a TableHeaderColumn's attribute editable={false}, i can not set the value in new item.
My expectation is i can not edit the column in the table, but when i want to add a new record, i can input value for the column.
Much appreciation for any help.
The text was updated successfully, but these errors were encountered: