dash-table
dash-table copied to clipboard
OBSOLETE: now part of https://github.com/plotly/dash
An enterprise customer was looking for a way to expand/collapse `dash-table` rows and display some user specified children data. See the screen shot below for an example: , and as far as I can tell, it's possilbe to add selections on a row (row_selectable='single' | 'multi') or column basis (column_selectable='single' |...
In these examples, I am unable to scroll back to my filter expression in the right of the container   We should be able to scroll via the headers...
In this example, "Date received" is cut-off as "2015-02-01" is shorter than that column name. But in the complaints column, the column width is as wide as the cell's content....
If I use dropdowns in a dash table with Editable = True, I cannot edit values in the other rows. This has been reported by several people, but I have...
I don't think its possible to select all rows in the table / filtered view. Is this something that can be added? Thanks! And thanks for all your work on...
Hello! I've noticed that setting cell_selectable=False disables all copying of the contents of the table, even when editable is set to true. As an aside, it seems like cell_selectable=False, editable=True...
When adding an Export button (as per the final example here: https://dash.plot.ly/datatable/editable), the file is downloaded with a set name that cannot easily be changed. I think the filename is...
it looks like things go out of alignment after the first merged column  ```python import dash from dash.dependencies import Input, Output, State import dash_table import dash_html_components...