var fc = this.FilterController.create({ textSearch: false, allowAddingFilters: false, data$: this.tableWorkorderDAO$, tableView: this.Scroller.create({ of: this.Workorder, tableView: {
class: 'foam.u2.TableSelection', view: { class: 'foam.u2.TableView', columns: this.tableColumns }, bulkActions: [ this.EDIT_ACTION ], selectionQuery$: this.workorderSelectionQuery$ } }, this) }, this);
--
You received this message because you are subscribed to the Google Groups "foam-framework-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to foam-framework-discuss+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
{ class: 'foam.u2.ViewSpec', name: 'view', value: { class: 'foam.u2.TableView' } }
//start(this.TableView, {data$: this.scrolledDao$}). start(this.view, { data$: this.scrolledDao$
}).end().
var fc = this.FilterController.create({ textSearch: false, allowAddingFilters: false,
data$: this.filteredDAO$,
tableView: { class: 'foam.u2.TableSelection', view: {
class: 'foam.u2.view.ScrollTableView',
view: { class: 'foam.u2.TableView', columns: this.tableColumns },
selectionQuery$: this.selectionQuery$ } } }, this);
To unsubscribe from this group and stop receiving emails from it, send an email to foam-framework-discuss+unsubscri...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to foam-framework-discuss+unsubscri...@googlegroups.com.