标签: javascript checkbox angular-material angular7
当我们选择一个新的时,垫子表中先前选中的复选框不会被计算在内。标头中的单个复选框处理的整个复选框列选择均不考虑新选中或未选中的数据。
这是服务器响应的复选框图像:
此图像显示了我选中它们的复选框,其计数为1:
答案 0 :(得分:0)
要解决此问题,我们必须在component.ts文件中的选择中传递索引位置:
Ex:
selection = new SelectionModel<PeriodicElement>(true, [this.dataSource.filteredData[1]);