3437
Compare changes
Files
2- Tiziano Munaro authored
* The `addColumn` method now features a third parameter: a Boolean `readOnly`. If true `true` the column is read-only, otherwise the cell's content can be edited. * There is no more `addColumn` method which takes an `EventHandler`. However, as it now returns the `TreeTableColumn` handlers can be added in the client code. Issue-Ref: 3437 Issue-Url: https://af3-developer.fortiss.org/issues/3437 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>