angular-smart-table-improved

0.5.0 • Public • Published

Smart-Table-Improved

Build Status Build Status Code Climate codecov.io bitHound Overall Score devDependency Status

Smart-Table-Improved is a collection of useful widgets for the great Smart-Table component.

Requirements

  • AngularJs
  • Smart-Table
  • Modern browsers (IE>=9 is required)

Installation

Install with NPM

$ npm install angular-smart-table-improved

Manual download

Besides npm package, UMD module is placed under dist/ directory:

  • dist/smart-table-improved.js
  • dist/smart-table-improved.min.js

Please note that thoses files on the development branch may not be updated, you may have to use the ones on the master branch or tags.

Usage

First you need to include the module in your project:

angular.module('yourApp', ['smart-table-improved']);

If you're a Browserify or Webpack user (which is recommended), please don't forget to require the module:

require('angular-smart-table-improved');
 
angular.module('yourApp', ['smart-table-improved']);

Credits

Readme

Keywords

Package Sidebar

Install

npm i angular-smart-table-improved

Weekly Downloads

6

Version

0.5.0

License

MIT

Last publish

Collaborators

  • allenwu
  • timonwong