Page 1 of 1

Bootstrap Table

Posted: Wed May 13, 2020 10:29 am
by trevorm
Hello

I have a Bootstrap table in one of my pages which displays testimonials, which is fine. However, the column widths are not as I would like. The Name and Date columns are very narrow and the Testimonial text is very wide resulting an ugly arrangement. I can't see in the Object html where the table column widths are set.

It the column width a product of the "length" of the field which I set when defining the Bootstrap table?

I have set the actual Testimonial test field to 1000 as I assumed this was the number of characters. Am I wrong in this assumption?

Re: Bootstrap Table

Posted: Wed May 13, 2020 10:33 am
by Pablo
The columns width are automatically determined by the browser based on the content. There is no option to manically change this.

Re: Bootstrap Table

Posted: Wed May 13, 2020 2:04 pm
by trevorm
Ah OK

I'll find away round it. Thanks