Add Cell Title in doAfterCompose will cause exception

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 1.1.0
    • 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);
      

            Assignee:
            SimonPai
            Reporter:
            vincentjian
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: