-
Notifications
You must be signed in to change notification settings - Fork 430
Closed
Description
Hello,
Is it possible to change a whole row border ? I tried something like:
<BootstrapTable
....
rowStyle={rowStyleMetre}
....
with:
const rowStyleMetre = (row, rowIndex) => {
if (row["Pos"] == this.state.currentRow) {
return { "borderColor": "green", "borderBottomWidth": "thin","borderBottomStyle":"solid" };
//return { "backgroundColor": "#007ACC"};
}
return {};
};
If i use the commented line instead, the background of the "currentRow" is updated.
Regards
Metadata
Metadata
Assignees
Labels
No labels