Quantcast
Channel: ЁЯОЫя╕П Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271
тЖз

Active cell is right aligned instead left like the table itself

$
0
0

@tim.schwalbe wrote:

Hi everyone, my table aligns the active cell to the right. Where I can set this option to left?

here is my init table definition:

dash_table.DataTable(
                        id='questions_table',
                        editable=True,
                        row_deletable=True,
                        style_cell={'textAlign': 'left'},
                        style_data={'border': '1px solid white',
                                    'backgroundColor': 'rgb(30, 30, 30)',
                                    'color': 'white', 'textAlign': 'left'},
                        style_header={'border': '1px solid white',
                                      'backgroundColor': 'rgb(30, 30, 30)',
                                      'color': 'white'},
                    ),

Posts: 2

Participants: 2

Read full topic

тЖз

Viewing all articles
Browse latest Browse all 6271

Trending Articles