datagrok-api
Advanced tools
Comparing version 0.88.5 to 0.89.1
{ | ||
"name": "datagrok-api", | ||
"version": "0.88.5", | ||
"version": "0.89.1", | ||
"description": "", | ||
@@ -23,2 +23,2 @@ "dependencies": { | ||
} | ||
} | ||
} |
@@ -881,2 +881,6 @@ import * as rxjs from 'rxjs'; | ||
toString() { return grok_Object_ToString(this.d); } | ||
handleClick(rowIndexPredicate, mouseEvent) { | ||
grok_Utils_SelectRowsWhere(this.d, rowIndexPredicate, mouseEvent.ctrlKey, mouseEvent.shiftKey, mouseEvent.metaKey); | ||
} | ||
} | ||
@@ -883,0 +887,0 @@ |
@@ -91,3 +91,3 @@ /** A viewer that is typically docked inside a [TableView]. */ | ||
static grid (t, options = null) { return new Viewer(grok_Viewer_Grid(t.d, _toJson(options))); } | ||
static grid (t, options = null) { return new DG.Grid(grok_Viewer_Grid(t.d, _toJson(options))); } | ||
@@ -94,0 +94,0 @@ static histogram (t, options = null) { return new Viewer(grok_Viewer_Histogram(t.d, _toJson(options))); } |
352823
8413