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: README.md
+45-1Lines changed: 45 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,51 @@ when there are overlapping properties. Also changing top-level attribute will ap
123
123
}
124
124
}
125
125
126
-
### Aply new set of Control Options
126
+
### Other custom tags
127
+
128
+
There are two custom tags `<column>` and `<features>` that are used in igGrid/igTreeGrid/igHierarchicalGrid to configure the `columns` and `features` options accordingly.
In order to change the more options at once (or recreate the component with another set of options), the new configuration can be applied to the `options` property.
0 commit comments