Code licensed under New BSD License.
This directive enhances your HTML tables. It support sorting, filtering and pagination. Header row with titles and filters automatic generated.
NPM
Install the current stable release:
npm install ng-table --save
Or install the latest beta release:
npm install ng-table@next --save
CDN
You can download the distribution files directly from unpkg
Bower: NO LONGER SUPPORTED
Please follow the getting started steps here
As of v2.0.0 ngTable is written in typescript and so you do NOT have to install external type declarations for this library.
By installing the ng-table package from npm, you will get typescript intellisense for all ng-table exported types.
WARNING:. The type definitions on DefinitelyTyped are depreciated.
It's recommended to upgrade in two jumps:
bower install ng-table#1.0.0-beta.9 --savebower install ng-table#1.0.0 --savenpm i ng-table@1.0.0 --saveIt's recommended to upgrade in three jumps:
bower install ng-table#0.8.3 --saveTips * Read the notes in github releases. Each release details the breaking changes and migration guidance
For work in IE < 9 need jQuery, just add:
git clone https://github.com/esvit/ng-table.gitnpm install Build: npm run build:full
To locally build and serve docs site: npm run doc && npm run serve:docs-site
npm run serve:demoSee the contributing guidelines.
This project is part of Bazalt CMS.
$ claude mcp add ng-table \
-- python -m otcore.mcp_server <graph>