Skip to main content

Slicing Data

Filtering a large dataset is very easy with slicers.

Loading...

SQL Frames is lazy and reactive. That means, you can create all the necessary logic to render one or more tables and charts from the same data source(s) and use the slicer.content API to specify the ad-hoc layout. As the user slices the data, all the derived tables and charts in the layout reactively applies those filters! See DataFrame Slicers for more details and examples.