(columnName, value)
| 10630 | this.render(); |
| 10631 | } |
| 10632 | selectByNameValue(columnName, value) { |
| 10633 | const search = { |
| 10634 | name: columnName, |
| 10635 | operator: "==", |
| 10636 | value |
| 10637 | }; |
| 10638 | this.clearSelection(); |
| 10639 | this.animator.select(search); |
| 10640 | this.populate(this.dataScope.selection); |
| 10641 | } |
| 10642 | remapChanged(remap) { |
| 10643 | this.state.remapColor = remap; |
| 10644 | this.colorMapHandler(remap); |
no test coverage detected