From c17c98b9b7169e420a9e1b6e61daa5606f7769fa Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <renaud.legac@free.fr> Date: Sun, 12 Dec 2010 10:23:25 +0000 Subject: [PATCH] Activate the MathJax rendering in grid. --- models/db_widgets.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/db_widgets.py b/models/db_widgets.py index 4be76325..418d3682 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']) #------------------------------------------------------------------------------- -- GitLab