- 
    Type:
Bug
 - 
    Resolution: Fixed
 - 
    Priority:
Normal
 - 
    Affects Version/s: 1.0.0
 - 
    Component/s: 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);