Skip to content

Examples

Practical demos with working code. Each example focuses on a specific feature area.

Responsive layouts, local filtering, row selection with batch actions, toolbar/footer slots, transform, preRender, and postRender — all in one grid with 10 000 rows.

Server-side Sorting & Filtering

Using sortExternal and filterExternal to delegate sorting and filtering to a backend. Shows how to handle @sort and @filter events and update records from an async source.

Cell Renderers

transform, preRender, postRender, nullHandler — customising cell display without writing a custom renderer.

Incoming Records Indicator

useRecentlyAdded composable — arc flash overlay and row reveal animation when new records arrive.

Released under the MIT License.