Data

TableHeader

Table header section. Wraps the Polaris <s-table-header> web component.

Usage

<template>
  <ShTable>
    <ShTableHeader list-slot="header" format="row">
      <ShTableHeaderRow>
        <ShTableCell>Name</ShTableCell>
        <ShTableCell>Price</ShTableCell>
      </ShTableHeaderRow>
    </ShTableHeader>
  </ShTable>
</template>

Props

PropTypeDefaultDescription
listSlotstringSlot name for list view
formatstringHeader format

Slots

SlotDescription
defaultHeader row(s)

Polaris Element

Renders as <s-table-header>.

© 2026 KiriminAja. Polaris and Shopify are trademarks of Shopify Inc.

KiriminAja not affiliated with Shopify.