react-bootstrap-table / react-bootstrap-table2

Next Generation of react-bootstrap-table
https://react-bootstrap-table.github.io/react-bootstrap-table2/
MIT License
1.27k stars 430 forks source link

possibility to give at every row (<tr> element) an id. For example it can be `row-${keyField}` with keyField the key that identify the single row #1815

Open yurtra opened 1 year ago

yurtra commented 1 year ago

sorry created this comment for error

yurtra commented 1 year ago

I need to have an id on every row of the table. what I think is that the best option is row-${keyField} with keyField the key that identify the single row