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

A few different bugs can be demonstrated with the following app. It just shows a button and a table; the table has 10 rows if the button has been clicked...

It would be great to have a feature to filter the datatable based on the absolute value. Maybe something like this: `absolute{value}` A similar request can be found in the...

Hi All, On entering a value in an input field inside an editable datatable, the user must press 'Enter' key to save it. Instead, if the user simply clicks outside...

Originally reported on [community.plotly.com](https://community.plotly.com/t/datatable-scrolling-bug/54520). I noticed a bug/glitch when scrolling through a DataTable with a header taller than a single line. What happens is that every time when scrolling all...

Hi Dash Team, Currently, I have a case to use dash table and only allow several columns to be editable, which means the whole table is not editable, but only...

Hi All, I have an editable dropdown inside an editable datatable. If I want to copy the value selected in the dropdown field: - I should double-click on the corner...

My columns are left aligned rather than right aligned: ``` style_cell_conditional=[ {'if': {'column_id': 'rating'}, 'width': '40px'}, {'if': {'column_id': 'date'}, 'width': '80px', 'text-align': 'left'}, {'if': {'column_id': 'reviews'}, 'width': 'calc(100% - 120px)',...

bug

It should be possible to specify class names instead of verbatim CSS style attributes in the `style_*` parameters of DataTable. This way, styling could be done at a later time...

See example in https://dash.plotly.com/datatable/width ![horizontal-scroll-regression](https://user-images.githubusercontent.com/1280389/84959064-7bbf7180-b0b3-11ea-9e60-b77236a5411e.gif) (Firefox) This is an issue in dash 1.12.0 & 1.13.0. Not sure about earlier versions.

bug

## Summary When combining - empty data and columns - filter_action = 'native' - row_selectable = 'single' or 'multi' an error is raised that says `o.weights[e] is undefined`. Maybe the...