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

Custom Cell Edit #2119

Open rg98098 opened 3 years ago

rg98098 commented 3 years ago

I need to edit cell, but doing extra click on cell to give input value, but it would be good, if we can easily observe the cell is editable from UI itself(without any extra click)
Is it possible to configure cell edit which always show editable property like search text field(not doing any extra click to give input value)?