Skip to content
Daniel Ayoub edited this page Apr 17, 2017 · 1 revision

NgDatasheet

NgDatasheet is an Angular2 component for displaying data in a familiar & user-friendly way. It can be used to display simply 2-D arrays of data or rich configuration data can be passed in to display custom content.

Simple usage

Import the module from the ngdatasheet package into your NgModule:

import { NgDatasheetModule } from 'ngdatasheet/ngdatasheet';

    imports:      [ NgDatasheetModule ]

Then, the <ng-datasheet> tag can be used in components specified in your module.

Clone this wiki locally