CrossFilterReport
Shows a report of the current cross filter state.
@solara.component
def CrossFilterReport(df, classes: List[str] = []):
...
Shows number of rows filtered, and the total number of rows.
See use_cross_filter for more information about how to use cross filtering.
Arguments
df
: The DataFrame where the filter is applied to.classes
: Additional CSS classes to add to the main widget.
Example
1,703 / 1,704
Too many unique values, will only show the first 100