Closed liboniluciano closed 4 years ago
Hello,
how can change styles row?
hi you can specify the className for the table like
<ReactFlexyTable data={data} className="my-table" />
and you can change the css code like
.my-table tr { font-weight: bold; color:red; }
Hello,
how can change styles row?