AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

Read only on editable table for a field, but insert it in insertmodal #2123

Closed sadakmed closed 3 years ago

sadakmed commented 3 years ago

I want to make a field readonly in editable table, however when i make the editable={false} it doesn't allow me to insert in a new row insert from insertmodal.

How can i make it uneditable from the table, but insertable from the insertmodal

sadakmed commented 3 years ago

use readOnly:true in the editable field,