Uploaded image for project: 'ZK Pivottable'
  1. ZK Pivottable
  2. ZKPVT-19

Add Cell Title in doAfterCompose will cause exception

XMLWordPrintable

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

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

              Created:
              Updated:
              Resolved: