plotly / plotly/dash

Filtering issue in dash table with numeric format

Open
#2,643 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

bug P3
Dominant language
Python
Stars
24.4k
Forks
2.3k
Avg merge
2d 7h
Merged PRs (30d)
13

Description

i just upgrade my libary to
dash 2.13.0
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table 5.0.0

since dash 2.13.0 , i cannot used numeric filtering at dash_table.DataTable with expression ">" , "<" , ">=" , "<" with my numeric data format 
from dash.dash_table.Format import (Format, Group)
Format().decimal_delimiter(',').group(True).group_delimiter('.')

but with dash 2.8.1 i can still filter it using this format

please help

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with dash_table.DataTable numeric filtering and the Format configuration using decimal_delimiter(',') and group_delimiter('.'). Reproduce the comparison expressions with Dash 2.13.0 and compare them with Dash 2.8.1. Done means numeric comparisons work again with the specified numeric display format.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-visualization
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.