Skip to content
Snippets Groups Projects
Commit 4b1599cd authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Use the pGridExpertMenu instead of the pGridExport plugin.

parent 020011e8
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ tpl = ['<b>{PublicationsTitle}</b><br>',
]
gridModifier = dbui.GridModifier('publications')
gridModifier.append_plugins('pGridPaging', 'pGridExport', 'pGridMathJax')
gridModifier.append_plugins('pGridPaging', 'pGridExpertMenu', 'pGridMathJax')
gridModifier.merge_columns('title',
'authors',
'id_collaborations',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment