angular-2-data-table icon indicating copy to clipboard operation
angular-2-data-table copied to clipboard

Cannot read property 'selectedRows' of undefined

Open hemnath11 opened this issue 7 years ago • 0 comments

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

hemnath11 avatar Aug 11 '17 07:08 hemnath11