There is a page on which with the help of bootstrap-table 3-4 tables are created. Each table has 2 columns. Apparently due to the fact that these are separate tables, the width of the columns in each is different, I also need to do 50% to 50%. How can this be solved? I have an assumption to create a class css for with width: 50%, but how can I make it automatically apply to all td tables?

    1 answer 1

    I wrote a new class in .css: table.two-col td, table.two-col th with the required width, then added two-col to the table class and everything went