dash-pivottable
dash-pivottable copied to clipboard
react-pivottable in Dash
#### Description I need to get valueFilter which changed by user But instead got {} #### Steps/Code to Reproduce ```import dash from dash import html, Output, Input, State import dash_pivottable...
Currently, you can capture the ValueFilter property as input, but changes to filters aren't passed back to the app. DE user would like to use this property to trigger a...
I am implementing the Dash Pivottable as part of a larger dashboard but would like to see the ability to define or change the default colors and overall styling. Additionally,...
it is possible to limit the chart options to only table ?
#### Description I want multiple pivot tables to be generated on the dash dashboard. The number of pivot tables is to be decided by the user input. Or is there...
## About This PR fixes https://github.com/plotly/dash-pivottable/issues/10 and as a bonus side-affect makes all of the previously read-only properties of the `dash_pivottable.PivotTable` writeable. ## Description of changes - The first commit...
I have a fork of Nicolas *pivottable* enhanced by the grouping capability. You can see the details here: https://github.com/jjagielka/pivottable-grouping Can you consider adding that fork to your *dash-pivottable*?
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.6.20 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Hi, is there a way to exclude Totals column and row, and set a customized order of data in the pivot table? Thanks!
By default, values are formatted with two decimal places and the thousands separator. DE client would like the option to specify the format in the component construction.