mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fix experiment page infinite scroll [SCI-7160] (#4422)
This commit is contained in:
parent
6a2037dc00
commit
fa7e39c6a9
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@
|
|||
placeholderTemplate: '#experimentPlaceholder',
|
||||
endOfListTemplate: '#experimentEndOfList',
|
||||
pageSize: pageSize,
|
||||
lastPage: !data.next_page,
|
||||
customResponse: (response) => {
|
||||
$(response.cards_html).appendTo(cardsWrapper);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue