|
@@ -1943,6 +1943,7 @@ class BootstrapTable {
|
|
|
|
|
|
|
|
if (
|
|
if (
|
|
|
this.options.sidePagination === 'server' &&
|
|
this.options.sidePagination === 'server' &&
|
|
|
|
|
+ this.options.pageNumber > 1 &&
|
|
|
res[this.options.totalField] > 0 &&
|
|
res[this.options.totalField] > 0 &&
|
|
|
!res[this.options.dataField].length
|
|
!res[this.options.dataField].length
|
|
|
) {
|
|
) {
|