A table implementation based on CSS grid instead of semantic HTML table elements. Being grid based allows more flexibility, e.g. the ability to have rows be links.
- Ember.js v3.24 or above
- Ember CLI v3.24 or above
- Node.js v12 or above
ember install ember-tableish
To render simple content:
To render longer content with vertical-collection:
Default column width is 1fr
.
See the Contributing guide for details.
This project is licensed under the MIT License.