mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
N°331 - L'ordre de tri des tickets change au rechargement auto - add ability to give to Menu how to refresh the panel
This commit is contained in:
@@ -158,4 +158,9 @@ class DataTable extends UIContentBlock
|
||||
{
|
||||
$this->aOptions = $aOptions;
|
||||
}
|
||||
|
||||
public function GetJSRefresh():array{
|
||||
return ["$('#".$this->sId."').DataTable().clearPipeline();
|
||||
$('#".$this->sId."').DataTable().ajax.reload(null, false);"];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user