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.
df: The DataFrame where the filter is applied to.classes: Additional CSS classes to add to the main widget.