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:
parent
04aa1e3035
commit
4f76320fbd
@ -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);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user