I’m still working with ItMill and I like it
Today I have a question about table and setCellStyleGenerator. I’m currently using the style generator to apply a specific color on cells into my table. All works fine, but if user hide a column the style is not apply for some columns. In debug mode, when column is hidden, setCellStyleGenerator’s code is executed but doesn’t seem to be apply on table. If user unhide column style on cells is ok.
Do you have any idea about that ?
I tested this and it seems the CellStyleGenerator mixes up the column indexes when the user hides a column and then applies styles to the wrong column.