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

How to have html.Div childrens in one line?

$
0
0

Here is the simple html.Div but I want to have children list objects in one line

html.Div(
        children=[
                    dcc.Dropdown(
                                id="xaxis-column",
                                options=[{'label': col, 'value': col} for col in features[2:]],
                                value="ABS"                        
                    ),
                    dcc.Input(id1, type="number"),
                    dcc.Input(id2, type="number"),            
        ]
    )

Any help will be appreciated. Thank you!

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 6271

Latest Images

Trending Articles



Latest Images