Grid Cell colored, but after sorting, cell color not moved,only value is moving
Grid Cell colored, but after sorting, cell color not moved,only value is moving
Hi
I have colored the cell depends on value, using custom render function
In the custom callback function
data.attrs="style='background-color:"red"';
Lets say
col1 col2 col3
row1 green red data
row2 green green data1
But when i sort, Data is sorted properly but the corresponding color is not moving with the data
col1 col2 col3
row1 green red data1
row2 green green data
How we can fix this...otherwise i have to disable the sorting....
Thanks
Siva
In the grid, i am using plugins like Ext.ux.grid.RowExpander, Ext.ux.grid.ColumnHeaderGroup..not sure whether these are causing the problems..i will debug..i will let you know..