split rows in tableview control

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 7u45
    • Component/s: javafx
    • Environment:

      win xp sp3 5.1

      i'm trying to display a list of customers with the orders that every customer did,

      class customer {
          long id;
          String name;
          ArrayList<order> orders;
      }

      where order type is:

      class order {
          long id;
          Date date;
          double value;
      }

      a list of customer is supposed to be displayed like in the following pic:
      http://i40.tinypic.com/2cdtmrl.jpg

            Assignee:
            Jonathan Giles
            Reporter:
            J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: