Problem/Motivation

Bootstrap Icons are not appearing.

Steps to reproduce

I've installed this module and created a new view with the 'Bootstrap Table' format, enabling a couple of options (e.g., Show print button, Export, etc.). However, the output is not appearing as expected, and it seems the Bootstrap icons are not loading or working (see the attachment).

Am I missing something here?

I'm using Drupal's default themes: Olivero 11.0.5 (default theme) and Claro 11.0.5 (administration theme).

Additionally, the 'Export' functionality is not working. I'll try to create another issue for this, as I believe it is more likely related to a functional issue.

CommentFileSizeAuthor
Bootstrap-Table-View.png29.96 KBkrishnamohan_ramadugula

Comments

krishnamohan_ramadugula’s picture

Issue summary: View changes
lazzyvn’s picture

Status: Active » Closed (works as designed)

do you see bootstrap in the title? means it only supports bootstrap 5 theme

krishnamohan_ramadugula’s picture

Hi lazzyvn, Thank you for your response.

Sorry for that, but before posting this issue, I also tried using the Bootstrap theme, but it didn’t work either—it seems to only function correctly with Bootstrap 5. However, the export functionality still isn’t working for me, even with the Bootstrap 5 theme. I’ll make sure to thoroughly test all possible scenarios before submitting future issues. Thanks again for your swift response! :)

lazzyvn’s picture

As propose of module . You can try theme bootstrap 5 admin
if not you can install module Bootstrap icon

If your theme not support bootstrap 5 icons. You can add CDN to your custom_theme.info
libraries:
- menu_bootstrap_icon/cdn

I use export function everyday, I can make sure it work perfectly, if you see error you can report it with error message in console log, no one can debug without trace.