Using Bootstrap Classes in HTML Component

Hello,

I have 3 variables available in a page like var_x, var_y and var_z. I would like to show them in a html table. I added HTML component to the page, and wrote the table whose class="table", which is supposed to render it nicely with bootstrap. But it is not the case. Whether I put the bootstrap class or not, the result is same.

Here is the code inside HTML component:
html-table

Can you help please?

Best,

Hi @ozgur_agi,

Indeed Radzen themes do not include the full Bootstrap CSS - they use mostly the CSS grid classes. You need to include the full Bootstrap css - either use @import from the client\src\styles.css file or include it in the client\index.html file after adding it to Radzen's code generation ignore list.

1 Like