tanuja_goturi
05-03-2006, 02:33 AM
Hi all,
I have created a table model in swings.
i have set the isCellEditable(int row, int col) to true
this model is used by two different tables, table1 and table2
What i need is that table1 should always be non editable and table2 should be editable.
is there any way to use the same table model and still acheive the above result.
plz help me out.
thanks in advance
I have created a table model in swings.
i have set the isCellEditable(int row, int col) to true
this model is used by two different tables, table1 and table2
What i need is that table1 should always be non editable and table2 should be editable.
is there any way to use the same table model and still acheive the above result.
plz help me out.
thanks in advance