--- title: Index table description: >- An index table displays a collection of objects of the same type, like orders or products. The main job of an index table is to help merchants get an at-a-glance of the objects to perform actions or navigate to a full-page representation of it. | Used to | Examples | | --- | --- | | Display collections of similar objects | Products, orders, customers, discounts | | Perform bulk actions | Delete products, pause/activate campaigns | --- api_name: app-home source_url: html: 'https://shopify.dev/docs/api/app-home/patterns/compositions/index-table' md: 'https://shopify.dev/docs/api/app-home/patterns/compositions/index-table.md' --- # Index table An index table displays a collection of objects of the same type, like orders or products. The main job of an index table is to help merchants get an at-a-glance of the objects to perform actions or navigate to a full-page representation of it. | Used to | Examples | | - | - | | Display collections of similar objects | Products, orders, customers, discounts | | Perform bulk actions | Delete products, pause/activate campaigns | *** ## Related [Requirements - Built for Shopify](https://shopify.dev/docs/apps/launch/built-for-shopify/requirements) [Component - Table](https://shopify.dev/docs/api/app-home/polaris-web-components/structure/table)