List Manager Forum

tableview

User Franky466 2025-05-20 20:08:48

Hi Team,

a new Problem.

In the frontend view, all columns have the same width. This wasn't the case in an older version (Joomla 3).
I'm uploading a graphic file that shows exactly what I mean.

Regards, Franky466

Moonsoft support 2025-05-21 12:13:30

Hi,
right, the table look and feel will follow the combination of styles of the bootstrap css, your template and the flex-basis style, that is adjusting same-width columns by default, but it can be customized adding the proper styles. Each column has a class following its order col1,col2....so if you want to set a 50% width for the 4th column, you can add to the css section:

.col4 {
flex-basis: 50% !important;
}
//and for the header
th {
flex-basis: 50% !important;
}

Allowing you to adjust any other size or style across the columns.

Hope this helps, regards
Guillermo V.
XLSJuice Support

User Franky466 2025-05-21 14:11:16

Hi Team,

I added the code to the table options under CSS (Customer CSS), but it doesn't work.

You can check and test it at my Testpage (URL and Access data are attached. )
The table is on the main page.




Regards franky466

Moonsoft support 2025-05-21 14:25:57

our fault, the classes to set are not that ones anymore, we finally decided to name them directly with the field/column name, for your case:

.Bemerkung{
flex-basis: 50% !important;
}
th {
flex-basis: 50% !important;
}

is doing the work now, sorry for the confusion

Best regards
Guillermo V.
XLSJuice Support

User Franky466 2025-05-21 15:04:36

Very good. That's exactly what I wanted.
Thanks and regards
Franky466

Moonsoft support 2025-05-21 16:34:27

Perfect, we close the ticket with this solution, you can open a new one if you have any other question.
Best regards
Guillermo V.
Moonsoft Team

...
Support/development 10 hours

Get a bigger amount of hours for more complex tasks and get a 10% discount

Buy now!
...
CalcBuilder

Create dynamic calculators

Buy now!