add notice on what is supported

This commit is contained in:
Niels Lyngsø
2024-01-15 09:19:25 +01:00
parent 714f0bbe84
commit 06c165c99b
2 changed files with 3 additions and 2 deletions

View File

@@ -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.

View File

@@ -40,6 +40,7 @@ export class ExampleSorterDashboard extends UmbElementMixin(LitElement) {
return html`
<uui-box class="uui-text">
<div class="outer-wrapper">
<h5>Notice this example still only support single group of Sorter.</h5>
<example-sorter-group .items=${this.groupOneItems}></example-sorter-group>
<example-sorter-group .items=${this.groupTwoItems}></example-sorter-group>
</div>