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

Cell edit dropdown selected value index #2089

Open enggabhi203 opened 5 years ago

enggabhi203 commented 5 years ago

@AllenFang I am working on cell edit functionality of react-bootstrap-table. In which I am using editable={ { type: 'select', options: { values} } } to make the cell editable with drop-down values. After selecting a value from this drop-down, I want its unique index value as drop-down options have common values. Is there any way to do it?

Thanks for your awesome work !