mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°5594 - Dashboard Bug with Group by (table) - iTop 3.0 (#466)
This commit is contained in:
@@ -151,7 +151,10 @@ class StaticTable extends UIContentBlock
|
||||
return "$.post('".utils::GetAbsoluteUrlAppRoot()."pages/ajax.render.php?operation=refreshDashletList', ".json_encode($aParams).",
|
||||
function (data) {
|
||||
$('#".$this->sId."').DataTable().clear();
|
||||
$('#".$this->sId."').dataTable().fnAddData(data);
|
||||
if (data.length>0)
|
||||
{
|
||||
$('#".$this->sId."').dataTable().fnAddData(data);
|
||||
}
|
||||
});";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user