-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
refreshOptions() error if columns in group are hidden #7588
Comments
#7596 resolves |
OK, thanks for your feedback. |
My workaround: Added this function in my code:
And then if want to change bootstrap table options I use:
instead of:
|
Bootstraptable version(s) affected
1.23.5
Description
refreshOptions() throws error
Uncaught TypeError: column is undefined
inupdateFieldGroup()
function if columns in group are hidden.Example(s)
Working example:
https://live.bootstrap-table.com/code/amiart/18312
Hide 'Quantity' and 'Total' columns and then click 'RefreshOptions' button to see error.
Possible Solutions
No response
Additional Context
Windows 10
Firefox 132.0
Bootstrap 5
The text was updated successfully, but these errors were encountered: