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 33e22ee commit 50c380eCopy full SHA for 50c380e
js/src/sheet.ts
@@ -276,6 +276,7 @@ let SheetView = widgets.DOMWidgetView.extend({
276
this.model.on('change:stretch_headers change:column_width', this._update_hot_settings, this);
277
this.model.on('change:column_resizing change:row_resizing', this._update_hot_settings, this);
278
this.model.on('change:search_token', this._search, this);
279
+ this._search()
280
});
281
},
282
processPhosphorMessage: function(msg) {
0 commit comments