https://github.com/quantosobra/ember-data-table-light
Easily create tables for Ember Data models based on Ember Light Table
https://github.com/quantosobra/ember-data-table-light
Last synced: 29 days ago
JSON representation
Easily create tables for Ember Data models based on Ember Light Table
- Host: GitHub
- URL: https://github.com/quantosobra/ember-data-table-light
- Owner: quantosobra
- License: mit
- Created: 2016-06-21T18:32:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-06T13:40:48.000Z (almost 9 years ago)
- Last Synced: 2025-03-31T14:58:19.890Z (2 months ago)
- Language: JavaScript
- Homepage: http://quantosobra.github.io/ember-data-table-light/
- Size: 3.18 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-data-table-light (BETA)
[](https://travis-ci.org/quantosobra/ember-data-table-light)
[](https://emberobserver.com/addons/ember-data-table-light)
[](http://badge.fury.io/js/ember-data-table-light)
[](https://codeclimate.com/github/quantosobra/ember-data-table-light)
[](https://codeclimate.com/github/quantosobra/ember-data-table-light/coverage)
[](https://david-dm.org/quantosobra/ember-data-table-light)
[](https://david-dm.org/quantosobra/ember-data-table-light#info=devDependencies)## Features
Ember Data Table Light provides and easy way to create an [Ember Light Table](https://github.com/offirgolan/ember-light-table) from an [Ember Data](https://github.com/emberjs/data) model. If you want more control over the table, you should consider using Ember Light Table directly.
## Installation
```
ember install ember-data-table-light
```## Helpful Links
- **[Live Demo](http://quantosobra.github.io/ember-data-table-light)**
- **[API docs](http://quantosobra.github.io/ember-data-table-light/docs)**
- **[Changelog](CHANGELOG.md)**## Looking for help?
If it is a bug [please open an issue on GitHub](http://github.com/quantosobra/ember-data-table-light/issues).## Usage