Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1-beta-3
-
None
-
None
Description
There is no elegant way to make a non-editale table with the built in PropertyColum in SwingBuilder. i.e.
def swing = new SwingBuilder()
def changes = []
def changeTable = swing.table() {
tableModel(id: 'tableModel', list: changes)
}
will allow for changes to the objects in the backing data by the user. The ways to turn that off aren't very groovy.
I'm adding a new editable property in propertyColumn to turn it off.