We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22aa66a commit af5f34fCopy full SHA for af5f34f
1 file changed
examples/grid/bigData/ControlsContainer.mjs
@@ -256,7 +256,6 @@ class ControlsContainer extends Container {
256
* @param {Object} data
257
*/
258
onSelectionModelChange(data) {
259
- console.log(selection);
260
this.grid.view.selectionModel = data.component.selectionModel
261
}
262
0 commit comments