A headless table implementation that supports all the major product-level features needed for feature-rich tables. Bring your own markup and styles without the need to implement any of the table behaviors.
- hiding and showing columns
- re-ordering columns
- re-sizing columns
- sticky columns
- sorting data
pnpm add @universal-ember/table
# or
yarn add @universal-ember/table
# or
npm install @universal-ember/table
# or
ember install @universal-ember/table
- ember-auto-import >= v2
- ember-source >= 3.28
- embroider safe + optimized
- typescript >= 4.8, rolling window policy, range: TS@current-2 to TS@current (3 version window).
- Glint -- 1.0+
See the Documentation for examples.
API Reference can be found here.