Dear Support
JMix 2.1.3
I have a Grid where the columns have filterable=“true”.
<column property="name1" filterable="true"/>
As soon, as I am setting the column header, the icon from filterable disappears !
String headText = "prg header";
int x = 1;
List<Grid.Column<Test>> columns = testsDataGrid.getColumns();
for ( Grid.Column<Test> col : columns ) {
col.setHeader(headText + " " + x++);
}
This seems a bug or what am i doing wrong ?
Best regards
Felix
src.zip (3.0 MB)