This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * ExampleTable - Polaris Web Components Table | |
| * | |
| * A full-featured table built with Shopify's Polaris Web Components (s-* elements). | |
| * Features: tabs, saved views, sorting, filtering, search, pagination, inline actions. | |
| * | |
| * Free to use and modify. No attribution required. | |
| */ | |
| import React, { useState, useCallback, useEffect, memo, useRef } from "react"; |