|
|
@@ -128,11 +128,11 @@ function loadAllData()
|
|
|
else
|
|
|
{
|
|
|
tables[id_company].clear();
|
|
|
+ table_updates[id_company].clear();
|
|
|
}
|
|
|
|
|
|
//load the data into the data
|
|
|
tables[id_company].rows.add(company['file_rows']).draw();
|
|
|
-
|
|
|
table_updates[id_company].rows.add(company['row_updates']).draw();
|
|
|
}
|
|
|
|