For column headers, I know you can style like this:
const columns = [{ headerStyle: { backgroundColor: '#215E95', color: 'white'} }]
How do I do this for selectRow header column? As far as I can tell, it only has options for the selected row style.
const selectRow = { mode: 'checkbox', clickToSelect: true, style: { header: 'yellow' } }