Hi,
Is it possible to create an editable Table ( Table.setEditable(true) ) , but make one of the columns uneditable?
Thanks,
AD
Hi,
Is it possible to create an editable Table ( Table.setEditable(true) ) , but make one of the columns uneditable?
Thanks,
AD
Hi,
You can use a custom FieldFactory and return non-editable Fields for that property (table.setTableFieldFactory()).
Best Regards,
Marc