Skip to content

Commit

Permalink
[AAE-17103] Udate doc about icon type
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktord2000 committed Oct 20, 2023
1 parent 9031629 commit b27d356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core/components/data-column.component.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b27d356

Please sign in to comment.