-
Bug
-
Resolution: Fixed
-
Normal
-
1.0.0
-
None
Try to specify cell title with the following code will cause "Unknown title cell type: " exception.
Div rowTitle = new Div(); Label lbl = new Label("Row Label"); lbl.setParent(rowTitle); pivot.addTitleCell(Pivottable.ROW_TITLE, rowTitle);