We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3e2a30 + a735f2f commit 949629aCopy full SHA for 949629a
en/components/grids_templates/export-excel.md
@@ -191,6 +191,11 @@ It is now possible to export @@igComponent with defined [multi-column headers](m
191
> [!NOTE]
192
> The exported @@igComponent will not be formatted as a table, since Excel tables do not support multiple row headers.
193
194
+@@if (igxName === 'IgxHierarchicalGrid') {
195
+> [!NOTE]
196
+> The exported expansion state of the multi-column headers in the row islands will always be in its initial state.
197
+}
198
+
199
@@if (igxName === 'IgxGrid') {
200
<code-view style="height: 800px;"
201
data-demos-base-url="{environment:demosBaseUrl}"
0 commit comments