An open API service indexing awesome lists of open source software.

https://github.com/upfluence/hypertable

Datatables builder powering our most feature-heavy table-based features
https://github.com/upfluence/hypertable

Last synced: about 1 year ago
JSON representation

Datatables builder powering our most feature-heavy table-based features

Awesome Lists containing this project

README

          

hypertable
==============================================================================

To follow the early life of this project, see
[oss-components#pn-flexbox-tables](https://github.com/upfluence/oss-components/pull/54/files)

Compatibility
------------------------------------------------------------------------------

* Ember.js v3.24 or above
* Ember CLI v3.24 or above
* Node.js v12 or above

Installation
------------------------------------------------------------------------------

```
ember install hypertable
```

Usage
------------------------------------------------------------------------------

[Longer description of how to use the addon in apps.]

Contributing
------------------------------------------------------------------------------

### Installation

* `git clone `
* `cd hypertable`
* `pnpm install`

### Linting

* `pnpm lint:hbs`
* `pnpm lint:js`
* `pnpm lint:js --fix`

### Running tests

* `ember test` – Runs the test suite on the current Ember version
* `ember test --server` – Runs the test suite in "watch mode"
* `ember try:each` – Runs the test suite against multiple Ember versions

### Running the dummy application

* `ember serve`
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).

See the [Contributing](CONTRIBUTING.md) guide for details.

License
------------------------------------------------------------------------------

This project is licensed under the [MIT License](LICENSE.md).