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: docs/news/whats-new.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,15 @@ Released on ...
15
15
### New functionality
16
16
17
17
-[Ability to freeze columns on the right](/guides/configuration/#freezing-columns-on-the-right)
18
-
-[Numbers are formatted](/guides/localization/#number-formatting) according to the current locale with [a new possibility to define custom number formats within templates](/guides/working-with-data/#applying-formats-to-fields) (for date and numeric fields) via `format` added to the [`fields`](/api/config/fields-property) property
18
+
-[Numbers are formatted](/guides/localization/#number-formatting) according to the current locale with [a new possibility to define custom number formats](/guides/working-with-data/#applying-formats-to-fields) (for date and numeric fields) via `format` added to the [`fields`](/api/config/fields-property) property
19
19
-[Ability to style header and table cells](/guides/stylization/#cell-style) via the `cellStyle` parameter of the [`tableShape`](/api/config/tableshape-property) and [`headerShape`](/api/config/tableshape-property) properties
20
20
- Ability to insert HTML content to header and table cells via the [`pivot.template`](/api/helpers/template) helper by defining a template as a `cell` property of the header and column objects (table customization by intercepting the [render-table](/api/events/render-table-event) event)
21
21
-[Excel and CSV export settings enhanced](/guides/exporting-data):
22
-
- date and number fields are exported as raw values with default format or the format defined via the [`fields`](/api/config/fields-property) property; if a template is applied to a cell, the rendered value is exported
22
+
-for the "xlsx" format, date and number fields are exported as raw values with default format or the format defined via the [`fields`](/api/config/fields-property) property
23
23
- ability to add a file name, define whether to display heder/footer in the exported file, and other settings
24
-
- ability to style cells and add export templates
24
+
- ability to add styles and templates for exported cells
25
25
- Visual frame for cell navigation
26
+
-[Integration with frameworks](/category/integration-with-frameworks)
0 commit comments