Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

em-table

Package Overview
Dependencies
4
Maintainers
1
Versions
83
Issues
File Explorer

Advanced tools

em-table

Beta

    0.13.1latest
    GitHub

Version published
Maintainers
1
Weekly downloads
1,212
increased by8.89%

Weekly downloads

Readme

Source

Em-table

A simple table addon for Ember 1.13.11 and higher.

Supports - Sorting, Searching, Pagination & Cell-level loading.

For more info & examples please visit em-table wiki.

Installation

npm install --save em-table

Usage

  • Table can now be added into your template using em-table tag. For example {{em-table columns=columns rows=rows}}.
    • columns - Must be an Ember.Array of column definitions
    • Importing column definition - import ColumnDefinition from 'em-table/utils/column-definition';
    • rows - An Ember.Array of Ember.Object(s)
  • Checkout the demo app to see a sample implementation. Its under tests/dummy/app.

Prerequisites

  • node.js
  • ember v1.13.11 or above
  • ember-cli v1.13.11 or above

Running UTs

  • npm run test

Running demo app

Keywords

FAQs

Last updated on 29 May 2019

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc