Hey guys,
i want to use the table field to insert a custom styles html table.
So far i got it working, but one problem i have is to insert thead at the begining of the table and tfoot at the end.
Any solutions for this.
Thank you
Hey guys,
i want to use the table field to insert a custom styles html table.
So far i got it working, but one problem i have is to insert thead at the begining of the table and tfoot at the end.
Any solutions for this.
Thank you
resolved this by adding CSS-Rules for the first and last row.
Nevertheless would it be great to have an option to set these manually
Just ran into this problem myself.
Interface wise, Iād want to just right click and have a menu item to add header or footer and remove header or footer, but even just a checkbox at the bottom would work.
Also a <caption>
field before the <thead>
tag would be nice.
Also a way to merge/combine cells.