Skip to content

Commit 421eb46

Browse files
chore(datagrid-web): make smaller descriptions for export number and date formats
1 parent 34fec3a commit 421eb46

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
@@ -123,21 +123,12 @@
123123
</property>
124124
<property key="exportNumberFormat" type="expression" required="false">
125125
<caption>Export number format</caption>
126-
<description>
127-
Optional Excel number format string to apply when exporting numeric values.
128-
You can use any valid SheetJS number format, including currency, percentage, or custom patterns
129-
(e.g. "#,##0.00", "$0.00", "0.00%").
130-
See full syntax reference here: https://docs.sheetjs.com/docs/csf/features/nf/
131-
</description>
126+
<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>
132127
<returnType type="String" />
133128
</property>
134129
<property key="exportDateFormat" type="expression" required="false">
135130
<caption>Export date format</caption>
136-
<description>
137-
Optional Excel date format string to apply when exporting Date or DateTime values.
138-
Follows JavaScript date format conventions supported by SheetJS
139-
(e.g. "yyyy-mm-dd", "dd/mm/yyyy hh:mm", "mmm d, yyyy").
140-
</description>
131+
<description>Excel date format for exported Date/DateTime values (e.g. "yyyy-mm-dd", "dd/mm/yyyy hh mm").</description>
141132
<returnType type="String" />
142133
</property>
143134
<property key="header" type="textTemplate" required="false">

0 commit comments

Comments
 (0)