Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Different colour for react-table headers

Having trouble with styling table created by react-table library.

Please find the design below. enter image description here

Table is created the way it is shown in documentation. Is it possible to colour headers as shown in design?

Thank you in advance

P.S. Here is the code snippet from documentation enter image description here

To create headers I need to create an array. So i cant change style for a specific header (actually I can provide element to render, but it will be rendered inside the element)

like image 549
Serge Najimov Avatar asked Jul 09 '26 10:07

Serge Najimov


1 Answers

Check this, there are class names added to the data where the data should be styled differently. I think that's what you need.

like image 192
noiseymur Avatar answered Jul 14 '26 00:07

noiseymur