Don't reset to page 1 on history row delete.
This commit is contained in:
@@ -260,7 +260,7 @@ $('#history_table').on('click', 'td.delete-control', function () {
|
||||
data: {row_id: rowData['id']},
|
||||
async: true,
|
||||
success: function(data) {
|
||||
history_table.ajax.reload();
|
||||
history_table.ajax.reload(null, false);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user