https://github.com/universal-ember/table
A styleless implementation of common table features
https://github.com/universal-ember/table
Last synced: 4 months ago
JSON representation
A styleless implementation of common table features
- Host: GitHub
- URL: https://github.com/universal-ember/table
- Owner: universal-ember
- License: mit
- Created: 2025-02-22T19:33:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-26T02:27:39.000Z (5 months ago)
- Last Synced: 2026-01-26T13:05:58.669Z (5 months ago)
- Language: TypeScript
- Homepage: https://ue-table.pages.dev
- Size: 3.05 MB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://badge.fury.io/js/@universal-ember/table)
[](https://github.com/CrowdStrike/@universal-ember/table/actions/workflows/ci.yml)
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
## Install
```bash
pnpm add @universal-ember/table
# or
yarn add @universal-ember/table
# or
npm install @universal-ember/table
# or
ember install @universal-ember/table
```
### Compatibility
* ember-auto-import >= v2
* ember-source >= 3.28
* embroider safe + optimized
* typescript >= 4.8, [rolling window policy](https://www.semver-ts.org/#decouple-typescript-support-from-lts-cycles), range: TS@current-2 to TS@current (3 version window).
* Glint -- 1.0+
## Documentation
- [Guides](https://ue-table.pages.dev/1-get-started/index.md) - Getting started and usage
- [Demos](https://ue-table.pages.dev/3-demos/basic.md) - Interactive examples
- [API Reference](https://ue-table.pages.dev/api/) - Full API documentation
## Contributors
NullVoxPopuli
johanrd
Joe Lamb
Kelvin Luck
Tony Ward
nicole chung
Semantic Release Bot
Brian Runnells
Jayden Leuciuc
Michal Bryxí
ember-tomster