You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/components/table/advanced-table/partials/code/component-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The Advanced Table component itself is where most of the options will be applied
23
23
</Doc::ComponentApi>
24
24
</C.Property>
25
25
<C.Property @name="model" @type="array">
26
-
The data model to be used by the Advanced Table. The model can have any shape, but for nested rows there are two expected keys.
26
+
The data model to be used by the Advanced Table. **This array should be treated as immutable. Any updates must be made by passing a new array.**The model can have any shape, but for nested rows there are two expected keys.
27
27
<Doc::ComponentApi as |C|>
28
28
<C.Property @name="children" @type="array">
29
29
If there are nested rows, the Advanced Table will use the `children` key in the model to render the child content. The key can be changed by setting `childrenKey` argument on the `Hds::AdvancedTable`.
0 commit comments