View Single Post
  #2 (permalink)  
Old 05-19-2007, 01:09 PM
levent levent is offline
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
Quote:
How can i set the table's column dragable/movable
false

table.getTableHeader().setReorderingAllowed(false) ;



Quote:
and cell edittable false in table column.
Create your own table model ad override the isCellEditable method.
Reply With Quote