-
-
Notifications
You must be signed in to change notification settings - Fork 73
conditional styling in header when merge_duplicate_headers=True
doesn't work
#678
Comments
Behavior is confirmed as incorrect. Furthermore, seems like
|
Exactly same problem here :/ Looks like it does not work. |
I have the same problem. Any suggestions are welcome. |
Yesterday I tried and it worked for me so maybe there was some fix done recently. |
Same issue here - not looking to color, just align center instead of the default right style_cell_conditional = [
{
'if': {
'column_id': 'merged_column_title',
'header_index': 0
},
'textAlign': 'center'
},
] |
I was also having the same issue and the following snippet didn't work for me:
I had to resort to positional CSS selectors for styling these: |
I also encountered this problem - interested in any progress on the issue. Thanks. |
The CSS styling works fine for now. You can check my example above. |
I am also experiencing this issue! |
I'm also experiencing this issue! Any updates? |
Is there any way to fix that? |
almost one year later, any word on a fix? |
@merge-dup-headers-fix-plz cute name 😉 This repo is obsolete, dash-table has been merged into the main dash repo. And the issue has been reported again there plotly/dash#1877 so I'll close this issue. It hasn't yet bubbled up to the top of the queue for someone at Plotly to address, but we'd welcome a PR to address it! |
Actually I think I spoke too soon, and plotly/dash#1877 was already solved by plotly/dash#1968 There may be some confusion around |
it looks like things go out of alignment after the first merged column
The text was updated successfully, but these errors were encountered: