Hi Stephan!
Would be great if you could add a feature that provides marking/highlighting of row in the table.
Usage could be something like this:
rowProps={(row) => ({ style: { background: row.id === this.state.selectedRowId ? "red" : "inherit" } })}
Cheers Klaus
Hi Stephan!
Would be great if you could add a feature that provides marking/highlighting of row in the table.
Usage could be something like this:
rowProps={(row) => ({ style: { background: row.id === this.state.selectedRowId ? "red" : "inherit" } })}
Cheers Klaus