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
- Host: GitHub
- URL: https://github.com/upfluence/hypertable
- Owner: upfluence
- License: mit
- Created: 2019-09-12T15:16:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T08:35:55.000Z (about 1 year ago)
- Last Synced: 2025-04-10T09:42:08.558Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 14.1 MB
- Stars: 4
- Watchers: 11
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
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).