Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

How to display the Checklist Vertically

$
0
0

Hey guys I am fetching data from CSV file to populate the checklist. But when I execute the following code,

dcc.Checklist(

    id='alarm-selection',

    options=[{'label': k, 'value': k} for k in df.TEXT.unique()],

    value=df['TEXT'].unique().tolist(),                    #dropdown value selected automatically when page loads

    persistence=True,                 #remembers dropdown value. Used with persistence_type

    persistence_type='session',         #remembers dropdown value selected until...


)

I am getting the output like this

How to display in a box of specific width and height with a scrolldown.
something like this
image

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 6271

Trending Articles