I tried to implement export as PDF in Primeng datatable in Angular 9. My code is given below: exportPdf() { this.cols = [ { field: 'code', ...
確定! 回上一頁