垫表-Angular7中的复选框问题

时间:2019-03-01 12:01:08

标签: javascript checkbox angular-material angular7

当我们选择一个新的时,垫子表中先前选中的复选框不会被计算在内。标头中的单个复选框处理的整个复选框列选择均不考虑新选中或未选中的数据。

这是服务器响应的复选框图像: This is the image for check boxes by a server response

此图像显示了我选中它们的复选框,其计数为1: This image shows check boxes where I checked them, it takes the count as 1

1 个答案:

答案 0 :(得分:0)

要解决此问题,我们必须在component.ts文件中的选择中传递索引位置:

Ex:

selection = new SelectionModel<PeriodicElement>(true, [this.dataSource.filteredData[1]);