forked from extern/egroupware
setting subgrid callback and disabling use of regular data (only callback)
This commit is contained in:
parent
b4460d5924
commit
8874134221
@ -498,8 +498,7 @@ var et2_nextmatch = et2_DOMWidget.extend(et2_IResizeable, {
|
|||||||
|
|
||||||
// Create the nextmatch row provider
|
// Create the nextmatch row provider
|
||||||
this.rowProvider = new et2_nextmatch_rowProvider(
|
this.rowProvider = new et2_nextmatch_rowProvider(
|
||||||
this.dataview.rowProvider, this.options.settings.actionLinks,
|
this.dataview.rowProvider, this._getSubgrid, this);
|
||||||
this.options.settings.actions);
|
|
||||||
|
|
||||||
// Register handler to update preferences when column properties are changed
|
// Register handler to update preferences when column properties are changed
|
||||||
var self = this;
|
var self = this;
|
||||||
@ -557,9 +556,9 @@ var et2_nextmatch = et2_DOMWidget.extend(et2_IResizeable, {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Load the initial order
|
// Load the initial order
|
||||||
this.controller.loadInitialOrder(this._getInitialOrder(
|
/*this.controller.loadInitialOrder(this._getInitialOrder(
|
||||||
this.options.settings.rows, this.options.settings.row_id
|
this.options.settings.rows, this.options.settings.row_id
|
||||||
));
|
));*/
|
||||||
|
|
||||||
this.controller.setFilters(this.activeFilters);
|
this.controller.setFilters(this.activeFilters);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user