N°2847 - Tranform old itop datatable to jquery DataTable - add new style for MenuBlock

This commit is contained in:
acognet
2020-11-17 15:18:05 +01:00
parent 9621ff4d5e
commit 5115db1b01
2 changed files with 3 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ class DataTableFactory
$oDataTable = DataTableFactory::MakeForRenderingObject($sListId, $oSet, $aExtraParams);
$oPanel->AddMainBlock($oDataTable);
$oMenuBlock = new MenuBlock($oSet->GetFilter(), 'list');
$oMenuBlock = new MenuBlock($oSet->GetFilter(), 'listInObject');
$oBlock = $oMenuBlock->GetRenderContent($oPage, $aExtraParams, $sListId);
$oBlockMenu = new UIContentBlock();
$oBlockMenu->AddSubBlock($oBlock);