Hi i used the datatable in my SPFX react js as shown in the below.
------------------------------------------------------------------------------------------------
<div>
<div>
<div>
<tableref='table'className="stripe dataTable">
</table>
</div>
</div>
---------------------------------------------------------------
and ouput is as shown in below :
---------------------------------------------------------------
------------------------------------------------------------------
I want to apply blue color for back ground and font color white only for header how can i apply?