I want to disable a JTable row when a value in some other row changes.
For e.g.: A JTable contains amounts and other String data related to it.
Columns - id, name, group, amount.
Intially all the rows are editable. The data is such that some rows are related to each other by group. When amount is changed for any of the row, I want to disable editing of the rows in the same group.
request you to help.
For e.g.: A JTable contains amounts and other String data related to it.
Columns - id, name, group, amount.
Intially all the rows are editable. The data is such that some rows are related to each other by group. When amount is changed for any of the row, I want to disable editing of the rows in the same group.
request you to help.