Closed (works as designed)
Project:
TableField
Version:
7.x-2.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 May 2012 at 20:38 UTC
Updated:
1 Apr 2016 at 13:12 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
JacobSingh commentedHere's a patch which hides the table if there are no rows.
Comment #2
jpoesen commented#1 might work to hide an empty table but won't hide empty rows as requested.
Though jQuery is not an ideal solution for everyone, but I'm using it as a basis for specific changes in specific circumstances.
Here's a generic starting point: remove all empty rows in all tables generated by tablefield:
Comment #3
l1reynolds commentedThat is fine for now, thanks.
Comment #4
hottaco commentedThe script works great, slight modification to keep the table header.