Skip to content

Commit 0a6322c

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

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
@@ -74,21 +74,12 @@
7474
</property>
7575
<property key="exportNumberFormat" type="expression" required="false">
7676
<caption>Export number format</caption>
77-
<description>
78-
Optional Excel number format string to apply when exporting numeric values.
79-
You can use any valid SheetJS number format, including currency, percentage, or custom patterns
80-
(e.g. "#,##0.00", "$0.00", "0.00%").
81-
See full syntax reference here: https://docs.sheetjs.com/docs/csf/features/nf/
82-
</description>
77+
<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>
8378
<returnType type="String" />
8479
</property>
8580
<property key="exportDateFormat" type="expression" required="false">
8681
<caption>Export date format</caption>
87-
<description>
88-
Optional Excel date format string to apply when exporting Date or DateTime values.
89-
Follows JavaScript date format conventions supported by SheetJS
90-
(e.g. "yyyy-mm-dd", "dd/mm/yyyy hh:mm", "mmm d, yyyy").
91-
</description>
82+
<description>Excel date format for exported Date/DateTime values (e.g. "yyyy-mm-dd", "dd/mm/yyyy hh mm").</description>
9283
<returnType type="String" />
9384
</property>
9485
<property key="header" type="textTemplate" required="false">

0 commit comments

Comments
 (0)