---
title: infoTable
framework: tvml
role: collectionGroup
path: tvml/infotable
---

# infoTable

Displays contained element information in a vertical format, with each successive element directly below the previous element.

## Overview

Overview Here’s an example that displays information vertically inside of a ratingCard element. <ratingCard>     <title><badge src="resource://tomato-fresh" /> 99%</title>     <text>Tomatometer</text>     <infoTable>         <info>             <header>                 <title>175</title>             </header>             <text>Reviews</text>         </info>         <info>             <header>                 <title>173</title>             </header>             <text>Fresh</text>         </info>         <info>             <header>                 <title>2</title>             </header>             <text>Rotten</text>         </info>     </infoTable> </ratingCard> Subelements of infoTable footer header info Elements that Use infoTable descriptiveAlertTemplate productInfo ratingCard relatedContent

## Topics

### Valid TVML Styles

- [margin](tvml/margin.md)
- [max-height](tvml/element-shaping-max-height.md)
- [tv-line-spacing](tvml/tv-line-spacing.md)
- [width](tvml/element-shaping-width.md)

### Valid TVML Attributes

- [binding](tvml/binding.md)
- [prototype](tvml/prototype.md)
- [theme](tvml/theme.md)

## See Also

### Container Elements

- [carousel](tvml/carousel.md)
- [grid](tvml/grid.md)
- [imgDeck](tvml/imgdeck.md)
- [organizer](tvml/organizer.md)
- [row](tvml/row.md)
- [section](tvml/section.md)
- [stack](tvml/stack.md)
- [shelf](tvml/shelf.md)
