mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 20:05:55 +08:00
Clear selected rows when changing pages on samples table[SCI-1329]
This commit is contained in:
parent
00927be287
commit
959eddacda
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ function dataTableInit() {
|
||||||
$('#selected_info').html(' ('+rowsSelected.length+' entries selected)');
|
$('#selected_info').html(' ('+rowsSelected.length+' entries selected)');
|
||||||
},
|
},
|
||||||
preDrawCallback: function() {
|
preDrawCallback: function() {
|
||||||
|
rowsSelected = [];
|
||||||
animateSpinner(this);
|
animateSpinner(this);
|
||||||
$('.sample-info-link').off('click');
|
$('.sample-info-link').off('click');
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue