Updated Adding Attributes (markdown)
parent
1ba3936f02
commit
7d43a20804
|
@ -17,4 +17,4 @@ for i, a := range attrs {
|
||||||
**Code excerpt: Adding two new Attributes to a blank `UpdatableDataGrid`**
|
**Code excerpt: Adding two new Attributes to a blank `UpdatableDataGrid`**
|
||||||
|
|
||||||
* Attributes can only be added to empty `UpdatableDataGrids` (i.e. before calling `Extend` to allocate memory).
|
* Attributes can only be added to empty `UpdatableDataGrids` (i.e. before calling `Extend` to allocate memory).
|
||||||
* `AddAttribute` returns an `AttributeSpec` describing where the `Attribute` was inserted.
|
* `AddAttribute` returns an [`AttributeSpec`](Attribute Specifications) describing where the `Attribute` was inserted.
|
Loading…
Reference in New Issue