hi,folks
I have a Jtable displaying data from database,and in some fields,like language,I attached a customerized cell render and editor,everything is fine when I started Jtable,but When I drag and drop language column to other place,the editor is fine,but the render is rendering data with a wrong way,I suppose english and french will render green,others will be red,but after drag-and-drop the column,it render right data to red.
is there any body ever had this situation or know where is the possible problem?
thanks advance!(I didn't post code because it is quite big).