1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

Bug #2803: Fix dataTable page initialization on refresh

This commit is contained in:
Carlos Martín 2014-03-27 18:11:57 +01:00
parent 04aa1e3035
commit 4f76320fbd

View File

@ -1215,7 +1215,7 @@ function updateView(item_list,dataTable){
new_start = 0;
}
dTable_settings._iDisplayStart = new_start;
dTable_settings.iInitDisplayStart = new_start;
dataTable.fnDraw(true);
};