Hello,
I’ve been trying to apply CSS style on my mutiple header, without success.
At this point, I think there might be a glitch.
The problematic statement is:
style_header_conditional=[
{
'if': {'column_id': c},
'borderRight': '1px solid black',
} for c in ['S1_Brand', 'S2_Brand', 'S3_Brand', 'S4_Brand']
]
(Each of my subheader has a unique ID starting with S1_, S2_ S3_ or S4_)
Result is:
Why the style is not applied on the “Step 2”, “Step 3”, “Step 4” cells, which are the “top header” ?
It’s only applied on the subheaders + first cell of top header.