Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

How to change the column width on dt.EditableTable #76

Open
wgor opened this issue Jul 4, 2018 · 0 comments
Open

How to change the column width on dt.EditableTable #76

wgor opened this issue Jul 4, 2018 · 0 comments

Comments

@wgor
Copy link

wgor commented Jul 4, 2018

Hi,

I've tried that, but didn't work out:

html.Div(id="main-container",children=[
     html.Div(id="datatable-output",style={"overflow": "auto", "height":"400px"},children=[
              dt.EditableTable(
                                base_styles="th",
                                merged_styles = {"column_width":"25px"},
                                id='editable-table',
                                editable=True,
                                dataframe = parameter_inits.to_dict(),
                                      ),
                            ]),
                      ]),

Thanks in advance.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant