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

The checkboxes for row selection are inserted as `` elements only, which cannot be styled reliably across browsers, making it very difficult to create a look and feel of the...

If a column in the table contains null value at some rows and you try to do a case insensitive filtering like "ine foo', a javascript exception "Cannot read property...

Fix the issue described in https://github.com/plotly/dash-table/issues/934 Basically if the value is null, return empty string directly instead of call .toString()

https://community.plotly.com/t/double-click-the-input-field-in-dashtable-then-use-a-button-to-save-the-content-will-loss/25292/2

![Screen Shot 2021-08-03 at 1 35 32 PM](https://user-images.githubusercontent.com/2789078/128061195-9874501e-56fa-415a-952d-6bc85e658420.png) It would be nice for dash developers to have the option of including or removing the case icon rather than always displaying...

Hi there, similar to [https://community.plot.ly/t/dash-data-table-virtualization-completely-broken-with-an-editable-table/28565](url) (also here #583 and solved here #584 ), but now with dropdown in editable cell. An example: ```python app = dash.Dash(__name__, external_stylesheets=['https://codepen.io/chriddyp/pen/bWLwgP.css']) app.layout = html.Div([...

## Description In a table with a horizontal scrollbar and the first three columns fixed, it seems that the non-fixed columns slide under the part of the table with fixed...

## Description On a table with two levels of headers with `merge_duplicate_headers=True`, a horizontal scrollbar and first two columns fixed, the fixed columns overlay some of the non-fixed columns, as...

Feature request: Options or ability to more easily change the styling of the pagination controls. For instance, if the table is too close to another component, it wraps around onto...

When client side pagination is enabled, the tooltip_conditional filter will cause "TypeError: Can not read property of undefined" exception when try to navigate to next page. It is fine on...