What's Changed
Highlights
🔢 🔎 Filter dataframes without writing code! You can now filter columns in mo.ui.table
without writing any code: just click on the column header to add a filter. Filters stack into logical ANDs, and can be used in conjunction with global search.
This feature supports Pandas and Polars dataframes.

All changes
- feat: column filters by @mscolnick in #1652
- feat: kiosk consumers by @mscolnick in #1639
- improve: Virtualize mo.ui.multiselect to handle large lists by @wasimsandhu in #1654
- fix: robust websocket disconnect, nonblocking usage stats by @akshayka in #1655
- decrease connection timeout for ws by @akshayka in #1660
- 0.6.22 by @akshayka in #1661
Full Changelog: 0.6.21...0.6.22