From f59495bb36017778a67890acb03bcda349878fb9 Mon Sep 17 00:00:00 2001 From: PGimenez Date: Thu, 16 Jan 2025 11:33:54 +0100 Subject: [PATCH] pivot table --- content/1.geniebuilder/docs/4.UI-components.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/1.geniebuilder/docs/4.UI-components.md b/content/1.geniebuilder/docs/4.UI-components.md index b45fb28..7c647af 100644 --- a/content/1.geniebuilder/docs/4.UI-components.md +++ b/content/1.geniebuilder/docs/4.UI-components.md @@ -212,3 +212,11 @@ end ``` +## Pivot table + +This component renders a configurable pivot table featuring aggregations, filters, and row/column sorting. See the [plugin documentation](https://learn.genieframework.com/framework/stipple.jl/plugins/stipplepivottable#creating-a-pivot-table) to learn how to write the code for this component. + + +