Closed (fixed)
Project:
Matrix field
Version:
6.x-1.4
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 May 2009 at 13:45 UTC
Updated:
27 May 2009 at 11:40 UTC
I've installed Matrix and I'mm using it in such a way to add a table to stories. However, should a story be created which won't make use of the table, I'd like the table not to show up at all if the cells are empty. At the moment, should a table not be filled out, it simply displays "Table: ", the column heading and the first row heading.
How can I let it check for empty cells, and not partially display the table?
Comments
Comment #1
aaron1234nz commentedI've fixed this in code.
The module will now display nothing when there is no data. if you want to remove the "Table: " part you will need to change the label display to hidden on the CCK Display settings page.