diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 470133c9..07d85a12 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -3143,12 +3143,12 @@ var BaseBrowserPrototype = { // this with selectors... // ...a hacky way to do search is: // s = dialog.search(..) - // dialog.render({ - // filter: e => s.includes(e) - // }) + // dialog + // .render({ + // filter: e => s.includes(e) }) // the downside here is this is only render, control still uses // the full data... - // XXX make partial render be lazy -- i.e. add/remove elements and + // XXX make partial render lazy -- i.e. add/remove elements and // do not reconstruct the ones already present... // XXX should from/to/around/count be a feature of this or of .walk(..)??? // XXX might be a good idea to use this.root === this instead of context.root === this