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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
|`bodyTmpl`| Path to the template used for rendering a column's fields in the table body. |`String`|`ui/grid/cells/thumbnail`|
13
+
|`fieldClass`| Additional CSS classes appended to the column's field elements. |`{[name: string]: boolean}`|`{'data-grid-thumbnail-cell': true}`|
14
+
15
+
## Examples
16
+
17
+
### Integrate the ThumbnailColumn component with the Listing component
18
+
19
+
This sample shows how the thumbnail column is added into the Product [Listing]({{ page.baseurl }}/ui_comp_guide/components/ui-listing-grid.html) component:
0 commit comments