Table groups

Table Groups allow you to organize your tables and display them in different locations on your Shopify product page. Instead of showing all tables together in a single section, you can assign each table to a different group and display it exactly where it provides the most value to your customers.

For example, you can display:

  • Group 1 below the Product Description to showcase product specifications.
  • Group 2 near the Shipping & Returns section to display package contents or delivery information.
  • Group 3 near the bottom of the product page for warranty details, care instructions, or technical specifications.

This gives you complete flexibility to organize product information while keeping your product page clean and easy to navigate.

Assigning a Table to a Group

You can assign a Table Group while:

  • Creating a new Table
  • Editing an existing Highlight

Simply select the desired Table Group in the highlight settings.

Screenshot 2026-07-02 133057.png

Using Table Groups with Online Store 2.0 App Blocks

If you're using an Online Store 2.0 theme, you can also choose which Table Group to display directly from the Prime Table App Block.

This allows you to place different Table Groups in different sections of your product page without editing your theme code.

Screenshot 2026-07-02 133128.png


Using Table Groups with Theme Integration Code

If you're manually integrating Table into your Shopify theme, use the primetGroup parameter to specify which Table Group should be displayed.

Example: Display Table Group 2

{% render 'primet', hideAssets:'0', product: product, primetGroup: '2' %}

Default Table Group

If you do not specify the primetGroup parameter in the integration code, the app will automatically display Table Group 1.

For example:

{% render 'primet', product: product %}

This will display all Table assigned to Group 1.

Table Group Limit

You can display up to 3 Table Groups on a single product page.