()
| 99 | } |
| 100 | |
| 101 | public deselect() { |
| 102 | this.deactivate(); |
| 103 | this.data.forEach(datum => { |
| 104 | delete datum[FieldNames.Selected]; |
| 105 | }); |
| 106 | this.selection = null; |
| 107 | } |
| 108 | |
| 109 | public hasFilteredData() { |
| 110 | return !!this.filteredData; |
no test coverage detected