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

Cell validation and row highlighting #2005

Open sebzapata opened 6 years ago

sebzapata commented 6 years ago

Hi, I have a table with two columns, one for 'Desk number' and another for 'Employee name'. After editing a cell value, I would like to be able to check that no two rows in the table have the same desk number. If two rows do have the same desk number, I would like to highlight those rows.

Is this possible, and if so, how may I achieve this? If not, is it possible to do something similar?

Thank you