mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
N°3906 - Polishing: Users and profiles -> change size of datatable
This commit is contained in:
@@ -4952,7 +4952,8 @@ EOF
|
||||
}
|
||||
set_time_limit(intval($iPreviousTimeLimit));
|
||||
$oTable = DataTableUIBlockFactory::MakeForForm('BulkModify', $aHeaders, $aRows);
|
||||
|
||||
$oTable->AddOption("bFullscreen", true);
|
||||
|
||||
$oPanel = PanelUIBlockFactory::MakeForClass($sClass, '');
|
||||
$oPanel->AddCSSClass('ibo-datatable-panel');
|
||||
$oPanel->AddSubBlock($oTable);
|
||||
|
||||
@@ -296,7 +296,9 @@ class WebPage implements Page
|
||||
*/
|
||||
public function table($aConfig, $aData, $aParams = array())
|
||||
{
|
||||
$this->AddUiBlock($this->GetTableBlock($aConfig, $aData));
|
||||
$oDataTable = $this->GetTableBlock($aConfig, $aData);
|
||||
$oDataTable->AddOption("bFullscreen", true);
|
||||
$this->AddUiBlock($oDataTable);
|
||||
}
|
||||
|
||||
public function GetTableBlock($aColumns, $aData)
|
||||
|
||||
Reference in New Issue
Block a user