Skip to content

A styleless implementation of common table features

License

Notifications You must be signed in to change notification settings

universal-ember/table

Repository files navigation

npm version CI

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

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, range: TS@current-2 to TS@current (3 version window).
  • Glint -- 1.0+

Usage

See the Documentation for examples.

API Reference can be found here.

About

A styleless implementation of common table features

Resources

License

Stars

Watchers

Forks

Packages

No packages published