Skip to content

Commit 341c3ed

Browse files
author
shleewhite
committed
chore: move warning
1 parent 7f53041 commit 341c3ed

File tree

1 file changed

+6
-6
lines changed
  • website/docs/components/table/advanced-table/partials/code

1 file changed

+6
-6
lines changed

website/docs/components/table/advanced-table/partials/code/how-to-use.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,6 @@ This component takes advantage of the `sort-by` helper provided by [ember-compos
155155

156156
Add `isSortable=true` to the hash for each column that should be sortable.
157157

158-
!!! Warning
159-
160-
At this time, the Advanced Table does not support sortable nested rows. If this is a use case you require, please [contact the Design Systems Team](/about/support).
161-
162-
!!!
163-
164158
```handlebars
165159
<Hds::AdvancedTable
166160
@model={{this.model.myDemoData}}
@@ -180,6 +174,12 @@ At this time, the Advanced Table does not support sortable nested rows. If this
180174
</Hds::AdvancedTable>
181175
```
182176

177+
!!! Warning
178+
179+
At this time, the Advanced Table does not support sortable nested rows. If this is a use case you require, please [contact the Design Systems Team](/about/support).
180+
181+
!!!
182+
183183
#### Pre-sorting columns
184184

185185
To indicate that a specific column should be pre-sorted, add `@sortBy`, where the value is the column’s key.

0 commit comments

Comments
 (0)