New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ngx-datatable-actions

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-datatable-actions

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

latest
npmnpm
Version
4.0.0
Version published
Weekly downloads
21
-22.22%
Maintainers
1
Weekly downloads
 
Created
Source

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 {}

FAQs

Package last updated on 05 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts