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

According [typing page](https://dash.plot.ly/datatable/typing) formatting can be configured only `type='numeric'`. I would like to use locale datetime formating for datatime. E.g. something like 'locale' in folowing example: ```python import dash import...

after backend filtering the exported data contains only 10 records my data has 20 records and but first page is exported

If the column name is wider than the width of the longest value in that column, then the column appears to automatically expand to the width of the column name....

Code to reproduce: ```python df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/solar.csv') dash_table.DataTable( columns=[{"name": i, "id": i} for i in df.columns], data=df.to_dict("rows"), row_selectable="single", filter_action="native", fixed_rows={'headers': True, 'data': 1}, fixed_columns={'headers': True, 'data': 1}, ) ``` ![Sep-21-2021...

bug

When using a Dash Table which can be hidden, e.g. by changing the style or nesting inside of a `dbc.Collapse` component, an initially hidden Dash Table with `fill_width` set to...

bug

Mark's app shows the below errors while using both `tooltip_conditional` and `tooltip_data.` The tooltips still render, but this breaks parts of his app including a script that tweaks the position...

bug

Hey folks, We have a use case where we need to use backend filtering and sorting since our data in some columns is a mix of Strings and Ints. The...

We are trying to bring in a summary row for all the number columns. Looks like this is not possible in this version.

♥ NEEDS SPON$OR

As seen with some of the specific basic copy and paste tests found [here](https://github.com/plotly/dash/blob/dash-monorepo/components/dash-table/tests/selenium/test_basic_copy_paste.py), the `data_previous` prop is not consistently updated when copy and pasting content into a cell. While...

bug

Changes in the forthcoming #893 need to be documented: - [#545](https://github.com/plotly/dash-table/issues/545) - Case insensitive filtering - New props: `filter_options` - to control case of all filters, `columns.filter_options` - to control...