4.0.0 • Published 3 years ago

ngx-datatable-actions v4.0.0

Weekly downloads
37
License
-
Repository
-
Last release
3 years ago

About

This is a component that extends the column display and hidden components of the ngx-datetable table component.

Installation

Install through npm:

npm install --save ngx-datatable-actions

Then include in your apps module:

import { NgModule } from '@angular/core';
import { NgxDatatableActionsModule } from 'ngx-datatable-actions';

@NgModule({
  imports: [
    NgxDatatableActionsModule.forRoot()
  ]
})
export class MyModule {}

Finally use in one of your apps components:

import { Component } from '@angular/core';

@Component({
  template: '<app-datatable-actions [datatable]="dt"></app-datatable-actions>'
})

export class MyComponent {}
4.0.0

3 years ago

4.0.0-beta.1

4 years ago

4.0.0-beta.0

4 years ago

3.1.4

4 years ago

3.1.3

4 years ago

3.1.2

4 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago