нюансы с фильтром. отключение сортировки (что было ранее) как оказалось влияло на отрисовку всей таблицы. так что пока оставил включенным.
This commit is contained in:
@@ -50,7 +50,7 @@ public class MessagesControlForm extends DataSetControlForm<Message> {
|
||||
}
|
||||
@Override
|
||||
protected void createFilters() {
|
||||
headersTextFilters.put(3, new HeaderTextFilter(dataSource, 3));
|
||||
headersTextFilters.put(3, new HeaderTextFilter(dataSource, 3, 72));
|
||||
}
|
||||
@Override
|
||||
protected Comparator<Message> getDefaultComparator() {
|
||||
|
||||
Reference in New Issue
Block a user