From b27d3560eff94ffa82130311dea2790463d36b90 Mon Sep 17 00:00:00 2001 From: wiktord2000 Date: Fri, 20 Oct 2023 17:04:43 +0200 Subject: [PATCH] [AAE-17103] Udate doc about icon type --- docs/core/components/data-column.component.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/components/data-column.component.md b/docs/core/components/data-column.component.md index 770c8369d47..7ccf7f7ec49 100644 --- a/docs/core/components/data-column.component.md +++ b/docs/core/components/data-column.component.md @@ -70,13 +70,13 @@ The `type` input allows us to specify the type of hosted values for a given colu - `text` - The given values are represented as a strings (default option). - `boolean` - The column expects true / false (boolean values) and in addition accepts two strings - 'false' and 'true'. Other values are not recognized by the column, and the cell remains empty. -- `icon` - TODO +- `icon` - Allows us to display Material Icons supported by Google. Example values: **group**, **favorite**, **thumb_up** and many more. The complete list of the icons - [Google Icons](https://fonts.google.com/icons). - `image` - TODO - `date` - TODO - `fileSize` - TODO - `location` - TODO - `json` - TODO -- `currency` - This column is responsible for displaying currencies. It expects numerals represented by a string or a number. This type comes with `currencyConfig` (TODO: Add ref). The default setup use **USD** `code` with a **symbol** as a `display` option. Example output: $10.26 (for number 10.26) +- `currency` - This column is responsible for displaying currencies. It expects numerals represented by a string or a number. This type comes with `currencyConfig` (TODO: Add ref). The default setup use **USD** `code` with a **symbol** as a `display` option. Example output: $10.26 (for number 10.26). ## Details