Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookie Extension - this.options undefined by customStorage #7707

Open
StefanTD opened this issue Jan 31, 2025 · 0 comments
Open

Cookie Extension - this.options undefined by customStorage #7707

StefanTD opened this issue Jan 31, 2025 · 0 comments
Labels
Bug Issues which are marked as Bug

Comments

@StefanTD
Copy link

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

@StefanTD StefanTD added the Bug Issues which are marked as Bug label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues which are marked as Bug
Projects
None yet
Development

No branches or pull requests

1 participant