You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

em-table

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

em-table

Beta


Version published
Maintainers
1
Created

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

Package last updated on 29 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc