From d02a8c61e0a3a3f90f12124af479c3bd7018543f Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 14 May 2024 07:50:26 +0200 Subject: [PATCH] add responsive example link --- docs/table-component/component-configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/table-component/component-configuration.md b/docs/table-component/component-configuration.md index e6cc269..bea74db 100644 --- a/docs/table-component/component-configuration.md +++ b/docs/table-component/component-configuration.md @@ -224,6 +224,10 @@ class DishTable extends PowerGridComponent } ``` +:::info 🌎 Online Demo +See an interactive example of a PowerGrid [Responsive Table](https://demo.livewire-powergrid.com/examples/responsive). +::: + ::: info 📝 NOTE Responsive Table is not available when using the [Detail Row](/table-component/component-configuration.html#detail-row) or [Inline Filters](/table-features/filters.html) features. :::