mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 22:08:45 +01:00
Keep column filters & sort of different nextmatches separate
This commit is contained in:
parent
65ef45630b
commit
4760b5f55e
@ -115,7 +115,6 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
|
|||||||
|
|
||||||
legacyOptions: ["template","hide_header","header_left","header_right"],
|
legacyOptions: ["template","hide_header","header_left","header_right"],
|
||||||
createNamespace: true,
|
createNamespace: true,
|
||||||
activeFilters: {col_filter:{}},
|
|
||||||
|
|
||||||
columns: [],
|
columns: [],
|
||||||
|
|
||||||
@ -126,7 +125,8 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
|
|||||||
*/
|
*/
|
||||||
init: function() {
|
init: function() {
|
||||||
this._super.apply(this, arguments);
|
this._super.apply(this, arguments);
|
||||||
|
this.activeFilters = {col_filter:{}};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Process selected custom fields here, so that the settings are correctly
|
Process selected custom fields here, so that the settings are correctly
|
||||||
set before the row template is parsed
|
set before the row template is parsed
|
||||||
|
Loading…
Reference in New Issue
Block a user