You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the extension cookie, an error “this.options is undefined” is reported for 'customStorage' when building the table and when calling “this._storage.getItem”.
Bootstraptable version(s) affected
1.24.0
Description
When using the extension cookie, an error “this.options is undefined” is reported for 'customStorage' when building the table and when calling “this._storage.getItem”.
Example(s)
this._storage.getItem = function (cookieName) {
return Utils.calculateObjectValue(this.options, this.options.cookieCustomStorageGet, [cookieName], '')
}
Possible Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: