|
@@ -451,6 +451,7 @@ class BootstrapTable {
|
|
|
this.getCaret()
|
|
this.getCaret()
|
|
|
|
|
|
|
|
if (this.options.sidePagination === 'server') {
|
|
if (this.options.sidePagination === 'server') {
|
|
|
|
|
+ this.options.pageNumber = 1
|
|
|
this.initServer(this.options.silentSort)
|
|
this.initServer(this.options.silentSort)
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|