Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8119478

TableView: data changes are not reflected

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P2 P2
    • 7u6
    • fx2.1
    • javafx
    • b17

      Underlying data changes are not reflected if data is changed as:

      ObservableList<Data> data;
      Data item = data.get(i);
      item.set(...);
      data.set(i, item);

      Sample app is attached.

            jgiles Jonathan Giles
            ogb Oleg Barbashov (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: