Details
-
Type:
Sub-task
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
The HeaderCell class is created in the ColumnTag class. Because this creation is not done via a factory and is done in a large private method, there is no way to use a custom class. DISPL-34 requests a way to put an HTML title in the table header. Without being able to subclass HeaderCell, this patch would only be marginally useful.