This forum requires Javascript to be enabled for posting content
Select Forum
Formidable Plus
The Conference Plugin + addOns
Self Hosted Plugins
Formidable Plus
Top Quark Architecture
The Conference Plugin
The Conference App
My Conference Schedule
The Explorer App
poMMo Plus
New/Recently Updated Topics
Perform calculations in tables
Unable to Update – issue with entri…
How to check which cell in the tabl…
table add formidable date popup to …
How to change table column sizes
More than three columns
Add row button / trash button image…
Table display issue
Update produced errors during insta…
How to show “add row button” at fro…
Where is the documentation?
Show text above buttons on ABOUT sc…
TweetList will not load on mobile/3…
Speaker images not showing up in ap…
Just upgraded to 1.1.12, and now ap…
User
Post
3:28 pm May 28, 2012
JamieEdwards
Member
posts 3
Post edited 10:38 pm – May 28, 2012 by JamieEdwards
I have a table that just has column headings, but no row headings. If I make the row heading (blank) it still shows a space where the heading should go. Is there any way to remove that space altogether?
There is an example on this form:
http://homeloan.ca/mortgage-application/
10:47 am June 3, 2012
Top Quark
Barrie, ON
Member
posts 179
Hi Jamie,
You could use CSS to hide the row headers:
.frm-table tbody th{
display:none;
}
Cheers
Trevor
Select Forum
Formidable Plus
The Conference Plugin + addOns
Self Hosted Plugins
Formidable Plus
Top Quark Architecture
The Conference Plugin
The Conference App
My Conference Schedule
The Explorer App
poMMo Plus
New/Recently Updated Topics
Perform calculations in tables
Unable to Update – issue with entri…
How to check which cell in the tabl…
table add formidable date popup to …
How to change table column sizes
More than three columns
Add row button / trash button image…
Table display issue
Update produced errors during insta…
How to show “add row button” at fro…
Where is the documentation?
Show text above buttons on ABOUT sc…
TweetList will not load on mobile/3…
Speaker images not showing up in ap…
Just upgraded to 1.1.12, and now ap…