Why do Bootstrap glyphicons never get shown in the datatable?

Why do Bootstrap glyphicons never get shown in the datatable?

netdevelopernetdeveloper Posts: 5Questions: 4Answers: 0

I was trying to add bootstrap 5 icons to my datatable and I noticed they never get shown in headers or rows alike. All those Bootstrap 5 glyphs like:
<i class="bi bi-people"></i> OR
<i class="glyphicon ..."></i>

never get rendered in the table. The only way I could get them shown was to download the corresponding SVG image file and then using a standard HTML5 image tag with the locally-served icon. I am using datatables (CDN) v1.13.4.

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Happy to take a look at a test case showing the issue so I can help debug it.

    Allan

Sign In or Register to comment.