Skip to content

Examples

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

Responsive layouts, local filtering, toolbar/footer slots, transform, 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.

Released under the MIT License.