Skip to content

Commit 0f5c3ba

Browse files
chore(datagrid-web): make smaller descriptions for export number and date formats
1 parent ca74ebc commit 0f5c3ba

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

packages/pluggableWidgets/datagrid-web/src/Datagrid.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -139,21 +139,12 @@
139139
</property>
140140
<property key="exportNumberFormat" type="expression" required="false">
141141
<caption>Export number format</caption>
142-
<description>
143-
Optional Excel number format string to apply when exporting numeric values.
144-
You can use any valid SheetJS number format, including currency, percentage, or custom patterns
145-
(e.g. "#,##0.00", "$0.00", "0.00%").
146-
See full syntax reference here: https://docs.sheetjs.com/docs/csf/features/nf/
147-
</description>
142+
<description>Optional Excel number format for exported numeric values (e.g. "#,##0.00", "$0.00", "0.00%"). See all formats https://docs.sheetjs.com/docs/csf/features/nf/</description>
148143
<returnType type="String" />
149144
</property>
150145
<property key="exportDateFormat" type="expression" required="false">
151146
<caption>Export date format</caption>
152-
<description>
153-
Optional Excel date format string to apply when exporting Date or DateTime values.
154-
Follows JavaScript date format conventions supported by SheetJS
155-
(e.g. "yyyy-mm-dd", "dd/mm/yyyy hh:mm", "mmm d, yyyy").
156-
</description>
147+
<description>Excel date format for exported Date/DateTime values (e.g. "yyyy-mm-dd", "dd/mm/yyyy hh mm").</description>
157148
<returnType type="String" />
158149
</property>
159150
<property key="header" type="textTemplate" required="false">

0 commit comments

Comments
 (0)