Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
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

Description

@SterlingButters

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**
            },
        ]
    ),


Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions