angular-2-data-table
angular-2-data-table copied to clipboard
Cannot read property 'selectedRows' of undefined
I'm trying mulitiple select data table
proResources = new DataTableResource(this.products); proCount = 0; @ViewChild(DataTable) productsTable: DataTable;
if i try to display selectedrows in table means i get this error Cannot read property 'selectedRows' of undefined
help me how to fix this