Hi,
I think a feature is missing: It is not possible to assign heading option to columns.
And the first row appears different (like heading) by default.
I like to have a contact table with phone, email, etc. on the imprint page. But with headings (th) in the first column, not the first row.
Greetings.
Hey Carsten!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Best regards,
Rikard
Hey!
\If you’re trying to set the column as “Heading Column”, same as “Heading Row”, unfortunately, that is not available at the moment. You can just set the row to default. If you don’t like the alternate styling, you can change the background color with this:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
background: #ffffff;
}
Regards,
Ismael
I hope this feature will come in the future. Styling alone is not semantic. ;)
But thank you for the answer.