ngx-datatable
  • Introduction
    • Features
    • Architecture
    • Installing
    • Themeing
    • Getting Started
    • Change Detection
  • API
    • Table
      • Inputs
      • Outputs
      • Methods
      • Internals
    • Column
      • Inputs
      • Modes
      • Internals
    • Row Detail
      • Inputs
      • Outputs
    • Row
      • Custom row wrapper
  • Demos
    • Online
    • Source Code
  • Contributing
    • Building
    • Guidelines
    • Community
    • Credits
  • Changelog
Powered by GitBook
On this page
  • CSS
  • Developing
  1. Introduction

Installing

PreviousArchitectureNextThemeing

Last updated 5 years ago

You can grab the latest release from the in Github or via .

  • npm install @swimlane/ngx-datatable

CSS

If you want to use material theme, include ./themes/material.css. For more information, visit the 'Themes' section.

Developing

If you are wanting to run the demos locally, just do:

  • npm i

  • npm start

  • Browse to http://localhost:9999

Releases Page
NPM