Measured entry

hextaui-table

tableminimal-flat

A React and TypeScript table primitive set shipped through a shadcn registry item. It wraps native table elements with forwarded refs, semantic defaults, horizontal scrolling, and Tailwind utility classes. It relies on React, Tailwind theme tokens, and a cn helper backed by clsx and tailwind-merge.

Specimen
Harness screenshot of hextaui-table at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of hextaui-table at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-table at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for hextaui-table
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal30.0 KB (95.5 KB build, 65.5 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A sound, accessible foundation for conventional data tables. It builds and mounts cleanly without a provider, and its native structure is easy to extend. Choose it for presentation primitives, not for a complete data-grid feature set, and plan the narrow-screen column strategy deliberately.

Use it if

  • You want composable native table markup with separate header, body, footer, row, cell, and caption primitives.
  • Your project already uses Tailwind theme tokens and a class-merging utility.
  • You need a plain data table foundation that leaves sorting, filtering, and pagination to your application.

Skip it if

  • You need built-in sorting, filtering, pagination, virtualization, or editable cells.
  • Your design system does not use Tailwind or shadcn-style theme tokens and you do not want to translate the styling.
  • Your phone layout cannot tolerate horizontal table scrolling or requires every column to remain visible.

Install

Installation record for hextaui-table
Declared dependenciesclsx, tailwind-merge
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn project, add React and Tailwind, define the referenced theme tokens, create a cn class-merging helper using clsx and tailwind-merge, and replace the configured utility import alias with a path your build resolves.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

License
MIT
Record published
2026-08-17

Alternatives

Other published entries for the table pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.