Skip to content

WIP - Glimmer compatible Ember component that renders html tables. Plan is to support additional features like colspan headers, fixed columns, resizable columns, infinite scroll pagination, and collapsable (grouped) rows.

License

Notifications You must be signed in to change notification settings

hmcq6/justa-table

 
 

Repository files navigation

Ember Justa Table Build Status

This README outlines the details of collaborating on this Ember addon.

Including In An Ember Application

Here is the simplest way to get started with justa-table:

ember install cball/justa-table
ember install ember-cli-sass

Note: Ember CLI versions < 0.2.3 should use ember install:addon instead of ember install

app.scss

@import "justa-table/justa-table-structure";
@import "justa-table/justa-table-appearance";

Usage

THIS IS NOT READY FOR USE JUST YET...

Development

  • git clone https://github.com/cball/justa-table.git
  • cd justa-table
  • npm install
  • bower install

Previewing

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

About

WIP - Glimmer compatible Ember component that renders html tables. Plan is to support additional features like colspan headers, fixed columns, resizable columns, infinite scroll pagination, and collapsable (grouped) rows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.6%
  • HTML 17.3%
  • CSS 4.1%