UNPKG

ngx-table-powerfull

Version:

Table with catalog of functionalities for free use based on the ngx-datatable component and other components

8 lines (7 loc) 263 B
import 'jspdf-autotable'; export declare class NgxTableService { constructor(); exportAsExcelFile(json: any[], excelFileName: string, col: number): void; private saveAsExcelFile; exportAsPdf(fileName: any, columns: any, rows: any): void; }