| Author |
how to prevent cell editing of a partyicular cell in a jtable
|
mahesh narayan
Ranch Hand
Joined: Aug 12, 2003
Posts: 41
|
|
HI I am using a JTable and using a cell editor(checkbox cell editor) for a particular column. Now i want to prevent cell editing for the first row alone.any possible solutions for the same. tx Mahesh
|
 |
Eric Snell
Greenhorn
Joined: Jun 09, 2004
Posts: 28
|
|
Override and return false when the row is 0. or Override and return false when the row is 0. Those are probably the most straightforward ways.
|
 |
 |
|
|
subject: how to prevent cell editing of a partyicular cell in a jtable
|
|
|