|
@@ -129,7 +129,9 @@ $.BootstrapTable = class extends $.BootstrapTable {
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
this.columnsSortOrder = sortOrder
|
|
this.columnsSortOrder = sortOrder
|
|
|
- this.persistReorderColumnsState(this)
|
|
|
|
|
|
|
+ if (this.options.cookie) {
|
|
|
|
|
+ this.persistReorderColumnsState(this)
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
const ths = []
|
|
const ths = []
|
|
|
const formatters = []
|
|
const formatters = []
|