@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