Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Feature Request: SingleDatePicker as 'dropdown' in Interactive Table #331

Open
SterlingButters opened this issue Jan 12, 2019 · 1 comment
Labels
dash-type-enhancement New feature or request

Comments

@SterlingButters
Copy link

Something like this:

dash_table.DataTable(
        id='order-table',
        columns=(
            [{'id': 'Order', 'name': 'Order'},
             {'id': 'Date', 'name': 'Date', 'type': 'datepicker'}]
        ),

        data=properties_df.to_dict('rows'),
        editable=True,

        column_static_dropdown=[
            {
                'id': 'Date',
                **options here**
            },
        ]
    ),


@Marc-Andre-Rivet
Copy link
Contributor

Marc-Andre-Rivet commented Jan 14, 2019

@SterlingButters Transfering this over to the dash-table repo and linking to the data types epic (#166)

It is in our plans to support type date/datetime and to provide a date picker presentation option.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dash-type-enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants