Runqi Han

Results 10 issues of Runqi Han

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...

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...

Dropdown does not provide search property when place in a DataTable. The user would like to type key to search values when a dropdown is in a DataTable

bug

Starting `dash-core-components==1.16`, there is a new weird behaviour of dcc.DatePickerRange `.` With `max_date_allowed` enabled, when a user selects a start date, then, the disabled day will become unmarked (but user...

It would be great to allow `daq.GraduatedBar()` to scale automatically with the container height instead of with the default `size`: `250`

enhancement

`persistence` does not work in circular callbacks. See the example below: This example is based on: "Synchronizing Two Checklists" from https://dash.plotly.com/advanced-callbacks - refreshing the page will clear the selection even...

The sample code here:https://dash.plotly.com/holoviews#mapbox-datashader-and-linked-selections is incorrect And most code snippets have the wrong formats.

Based on the [Docs:.](https://dashaggrid.pythonanywhere.com/persistence/persistence) We would like to make the data persist after editing the table. The `persisted_props` might be `rowData`. However, the persistence does not work as in the...

bug
P3

A misalignment issue was observed when resizing on a donut pie chart. The centers of the circles are misaligned after resizing the browser window.(multiple times of resizing are needed to...

It has been noticed that when both flags `floatingFilter:True` in `default_col_Def` is set and `filter: agGroupColumnFilter` is set in `auto_group_column_def`, it caused a js error as below as switching between...

bug
P3