Skip to content

steveszc/ember-headless-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 ember-headless-table
# or
yarn add ember-headless-table
# or
npm install ember-headless-table
# or
ember install ember-headless-table

Compatibility

  • ember-auto-import >= v2
  • ember-source >= 3.28
  • embroider safe + optimized
  • typescript >= 4.5 Note that types changes will be considered bugfixes until Glint support is added to ember-headless-table
  • Glint -- not yet All Glint changes will be considered bugfixes until Glint 1.0 is released.

Usage

See the Documentation for examples.

API Reference can be found here.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.1%
  • JavaScript 7.1%
  • Handlebars 1.9%
  • HTML 1.6%
  • Other 0.3%