wenzhixin / bootstrap-table-examples

Bootstrap table examples
https://examples.bootstrap-table.com/
MIT License
2.24k stars 1.62k forks source link

Is Bootstrap 5 supported? #504

Closed oldcai closed 5 months ago

oldcai commented 5 months ago

This error shows in Bootstrap 5 but not in 4.

Uncaught TypeError: Cannot set properties of undefined (setting 'BootstrapTable') at bootstrap-table.min.js:10:136216 at bootstrap-table.min.js:10:233 at bootstrap-table.min.js:10:245

wenzhixin commented 5 months ago

The example is using Bootstrap 5: https://examples.bootstrap-table.com.

oldcai commented 5 months ago

Thank you, @wenzhixin. I found out it's a dependency issue. I didn't know jQuery is required.