Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.1.10
-
None
-
None
-
Blocks: Forms - 1.0.0-RC1
Description
In a <table> the cells' entries are delivered by a repeater. When hiding a cell programmatically via WidgetState.INVISIBLE the bu:update contains a <span> instead of a <tr> or another hint to hide away the cell. This results in weird optics 'cause <span> is not allowed as child of a <tr>.
My current workaround: Using <div>s with table* styles.
My current workaround: Using <div>s with table* styles.