From 06c165c99b11b2f1507bead1b0d11f11227cc9aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Mon, 15 Jan 2024 09:19:25 +0100 Subject: [PATCH] add notice on what is supported --- .../examples/sorter-with-two-containers/README.md | 4 ++-- .../examples/sorter-with-two-containers/sorter-dashboard.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/examples/sorter-with-two-containers/README.md b/src/Umbraco.Web.UI.Client/examples/sorter-with-two-containers/README.md index 4a1b15255a..3dc57f3788 100644 --- a/src/Umbraco.Web.UI.Client/examples/sorter-with-two-containers/README.md +++ b/src/Umbraco.Web.UI.Client/examples/sorter-with-two-containers/README.md @@ -1,5 +1,5 @@ # Property Dataset Dashboard Example -This example demonstrates the essence of the Property Dataset. +This example demonstrates the how to setup the Sorter. -This dashboard implements such, to display a few selected Property Editors and bind the data back to the Dashboard. +This example can still NOT sort between two groups. This will come later. diff --git a/src/Umbraco.Web.UI.Client/examples/sorter-with-two-containers/sorter-dashboard.ts b/src/Umbraco.Web.UI.Client/examples/sorter-with-two-containers/sorter-dashboard.ts index 7747317257..0e88318ab3 100644 --- a/src/Umbraco.Web.UI.Client/examples/sorter-with-two-containers/sorter-dashboard.ts +++ b/src/Umbraco.Web.UI.Client/examples/sorter-with-two-containers/sorter-dashboard.ts @@ -40,6 +40,7 @@ export class ExampleSorterDashboard extends UmbElementMixin(LitElement) { return html`
+
Notice this example still only support single group of Sorter.