mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°3906 - Polishing: Users and profiles -> change size of datatable
This commit is contained in:
@@ -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