{
  "name": "table-with-toolbar-card",
  "kind": "block",
  "primary": "div",
  "page": "/packages/web-components/components/table/table.examples.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-artifact-item": "",
    "data-artifact-label": "table with toolbar in card"
  },
  "html": "<col-ui gap=\"0\">\n        <table-toolbar-ui for=\"compound-table\" text=\"Team members\" count=\"24\" placeholder=\"Search members…\"></table-toolbar-ui>\n        <card-ui>\n          <section bleed>\n            <!-- Hydrated by table.examples.js — inline <table> children\n                 would be foster-parented out of the custom element by the\n                 HTML parser; columns + data set via JS instead. -->\n            <table-ui id=\"compound-table\" sortable selectable></table-ui>\n          </section>\n        </card-ui>\n      </col-ui>",
  "source": "packages/web-components/components/table/table.examples.html",
  "metadata": {
    "domain": "data",
    "description": "Data table with toolbar in card — table-toolbar-ui above a sortable table wrapped in a card. Standard data grid pattern.",
    "keywords": [
      "table",
      "toolbar",
      "search",
      "filter",
      "sort",
      "card",
      "data",
      "grid",
      "employees",
      "members",
      "sortable",
      "selectable"
    ]
  },
  "captured_at": "2026-06-10T20:25:14.783Z",
  "template": [
    {
      "id": "column",
      "component": "Column"
    },
    {
      "id": "compound-table",
      "component": "Table",
      "selectable": true,
      "sortable": true
    },
    {
      "id": "section",
      "component": "Section",
      "bleed": true,
      "children": [
        "column-2"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "children": [
        "compound-table"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "section"
      ]
    },
    {
      "id": "root",
      "component": "Column",
      "gap": "0",
      "children": [
        "column",
        "card"
      ]
    }
  ]
}
