MCPcopy Create free account
hub / github.com/microsoft/SandDance / selectByNameValue

Method selectByNameValue

docs/app/js/sanddance-app.js:10632–10641  ·  view source on GitHub ↗
(columnName, value)

Source from the content-addressed store, hash-verified

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);

Callers 1

renderMethod · 0.95

Calls 3

clearSelectionMethod · 0.95
populateMethod · 0.95
selectMethod · 0.45

Tested by

no test coverage detected