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

I am entering filter queries with a separate input box. I see that I am able to successfully enter the query and it filters the table as expected. However, clearing...

dash-type-bug

In the documentation, we have a section about how to set the `maxWidth` of a cell so that it will expand _up to_ that width and otherwise overflow. These examples...

bug

This is an attempt to fix #872, the interpretation of the row value of currentTooltip was inconsistent across the codebase. In this patch I try to fix the row value...

Using conditional alignment in columns works, but not for headers. You can see that in your own documentation: https://dash.plotly.com/datatable/style#column-alignment. ``` from dash import Dash, dash_table import pandas as pd from...

It would be great to allow `row_selectable` only to apply to rows based on the conditions. Currently, `row_selectable` only allows `single`, `multi`, or `False`. e.g. for this example: https://dash.plotly.com/datatable/interactivity It...

I am trying to persist the data in a data table. One of the columns (Channel3) is editable. I have specified persistence=True and persistence_type=‘local’. When I edit the value in...

Dash version: 1.21.0 Dash-Table version: 4.12.0 Browser: Both Chrome and (new) Edge were tested When a table has virtualization enabled, and some conditional data styling which uses filter_query, scrolling the...

In the SI system, prefix and units should be written after a space (see e.g.: [https://en.wikipedia.org/wiki/International_System_of_Units#General_rules](https://en.wikipedia.org/wiki/International_System_of_Units#General_rules)) I haven't found an option to do this. The issue can be reproduced by...

Hi all, Here's a minimal example: ```python import dash import dash_core_components as dcc import dash_html_components as html import dash_table app = dash.Dash(__name__, eager_loading=True) app.layout = html.Div([ # Note that "one"...

Hi, I'm new to plotly dash and I've googled but I don't see a way to make a filter a dropdown akin to excel filters. I've seen people do "hacks"...

good first issue