dash-table icon indicating copy to clipboard operation
dash-table copied to clipboard

OBSOLETE: now part of https://github.com/plotly/dash

Results 110 dash-table issues
Sort by recently updated
recently updated
newest added

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: ![Screenshot from 2019-07-22...

dash-type-enhancement

See https://community.plot.ly/t/how-to-merge-cells-between-rows/31475 - would be nice to be able to merge rows in header columns, just as we can merge columns in header rows.

dash-type-enhancement

I've checked the options for [datatable interactivity](https://dash.plotly.com/datatable/interactivity), 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 ![fixed-rows-filtering-2](https://user-images.githubusercontent.com/1280389/79285969-fed60880-7e73-11ea-9732-50c02f305d6d.gif) ![fixed-rows-filtering](https://user-images.githubusercontent.com/1280389/79285972-00073580-7e74-11ea-8986-c3509978c40d.gif) We should be able to scroll via the headers...

bug

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....

bug

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...

dash-type-enhancement
size: 2

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 ![Screenshot from 2020-01-16 16-22-28](https://user-images.githubusercontent.com/41019918/72563922-ad21e000-387c-11ea-91c6-d378733e51fa.png) ```python import dash from dash.dependencies import Input, Output, State import dash_table import dash_html_components...

dash-type-bug
size: 2
dash-stage-estimate_needed