AllenFang / react-bootstrap-table

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

Need to highlight editable cell #1880

Open shalinibajpai0310 opened 6 years ago

shalinibajpai0310 commented 6 years ago

Hi Allen, Hope you are doing good.

We need that on row selection the cell which is editable for that specific row only should get highlighted like an input box.

image

As shown in the snapshot , one row is selected and the cell which is ediatble is highlighted on rowClick but we want that it should get highlighted as soon as i select a row and make that header editable without even clicking the row . Any assistance on the same is highly appreciated. table

AllenFang commented 6 years ago

@shalinibajpai0310 sorry for lately reply. currently, react-bootstrap-table already stop development and move to react-bootstrap-table2. About you questions, I think it's hard to implement in current legacy react-bootstrap-table. Anyway, PR is welcome.