diff --git a/models/db_widgets.py b/models/db_widgets.py
index 4be76325c99d6cb42976ed8d7f1eff4cea82e9f2..418d36825c38701f7737e53bc045897669896e56 100644
--- a/models/db_widgets.py
+++ b/models/db_widgets.py
@@ -29,7 +29,8 @@ pgm = local_import('plugin_dbui')
 #
 #-------------------------------------------------------------------------------
 pgm.customize_grid(plugins=['pGridRowEditorContextMenu',
-						    'pGridPaging'])
+						    'pGridPaging',
+						    'pGridMathJax'])
 
 
 #-------------------------------------------------------------------------------