Displays icons without using a template.
Choose any icons from the material icons website.
If you want to use an existing template containing icons:
info Replace spaces with an underscore '_' for icon names that have two or more words. For example, tablet_mac, format_color_fill, battery_charging_full.
Display icons alone
Use the keyword iconType in the relevant columns to display icons inside a Table app or template. You can display several icons within the same cell (and even filter them individually using csvFilterAnd or csvFilterOr) by separating the iconType keywords with a comma (for example, local_cafe,local_bar).
Display icons next to text
You can also use IconType to display icons next to text elements by adding the keyword alongside the relevant text:
- With one or more space-separated icons as parameters between parentheses, for example, iconType(home) to display the standard "home" icon.
- With a column index - useful when you want different icons in each row. To do this, follow the format iconType(column ID) (for example, iconType(E) to reference all icon-names stored in column E).
Display the same icon for the whole column
When using the same icon for the whole column, you can type the icon directly as a parameter of IconType:
Where to use this keyword
You can use this keyword in the: