diff --git a/modules/plugin_dbui/converter.py b/modules/plugin_dbui/converter.py index f47f9b6fd0776606ec507481c2aabf731a4ca376..5f63c50b3ee90cef43cba8f5eafb2892e1b4bf5d 100644 --- a/modules/plugin_dbui/converter.py +++ b/modules/plugin_dbui/converter.py @@ -578,6 +578,9 @@ def to_jsonstore(table, **kwargs): field, dir = el.first, 'DESC' base_params['orderby'].append([field.tablename, field.name, dir]) + + # configuration option from the grid modifier + cfg.update(modifier_stores[tablename].extjs) # configuration options from the keyword arguments