Display tables in Dash

A post was split to a new topic: Dash DataTable - Issue Rendering Multiple DataTables

A post was split to a new topic: Dash DataTable - Support for Click Events

A post was split to a new topic: Dash DataTable - Specify which columns should be editable

Thanks @roman , it worked :wink:

1 Like

A post was split to a new topic: Header and Cell Alignment in Plotly go.Table

A post was split to a new topic: Dash DataTable - sortColumn and sortDirection

A post was split to a new topic: Dash DataTable - usage-selected-rows not working

A post was split to a new topic: Dash DataTable - Need help adapting usage.py with my own data

If the table is a result of a multi-select dropdown, is there a way to ensure that the changes in the table are not changed when the dropdown is changed?
because right now, if the data in the table is edited, and another value is selected in the dropdown, the original dataframe is called again.
i tried to work around this by having an intermediate component as in https://dash.plot.ly/sharing-data-between-callbacks , but then the table would be the input of the component and the component would be the input of the table, which leads to error loading dependencies (naturally).

A post was split to a new topic: Dash DataTable - Export as CSV

A post was split to a new topic: Dash DataTable - Display Filter on Load

Hi All,

I am trying to filter on rows that have alphanumeric character strings. So 6A7D. I can only filter by 6 cannot filter the rest. Is this something that can be supported as well?

Thanks,
Kaushy

A post was split to a new topic: Dash Table - Dropdowns Inside Table?

Hi

It’s really nice, I’m relying on the repo a lot.
I run into a problem when I tried to update the underlying data of the datatable (I described it in a separate post). Do you have any thoughts on it?

Thanks

Hi @chriddyp
Is there any option for multiple filter?
I want to select all the Asia and Africa in the above example.

Also while filtering I want to give as below.

  1. 120 & <200

  2. Africa & Americal

Is there a way?

What is the status of dash-tables? has been implemented into the Dash API yet?

Mitch

3 Likes

I copy pasted the same code just to see what happens. But it threw some error

TypeError: Unexpected keyword argument `dataframe`

and it suggested me to use

Allowed arguments: column_widths, columns, editable, enable_drag_and_drop, filterable, filters, header_row_height, id, max_rows_in_viewport, min_height, min_width, resizable, row_height, row_scroll_timeout, row_selectable, row_update, rows, selected_row_indices, sortColumn, sortDirection, sortable, tab_index

Is dataframe removed?

Is there a way to make one column dependent on other columns? Where can I read up on how to do this if it is possible?

Has anyone looked into creating a dropdown feature for the table?

For example, ‘type’ column there are only 3 options [strain, distance, accelerometer]

See Dash Table - Dropdowns Inside Table? - #2 by chriddyp

1 Like