wrestle145
Programmer
I have a datagrid that uses a cell renderer to put an icon into the first column. the data is loaded dynamiclly. If I load 10 rows I get 10 icons in the right coloumn which is what I want. But if I then load only 5 columns I still have 10 icons in the icon column instead of five. I do a removeAll() on the datagrid but the icons still stick for some reason. any help would be appreciated.