Community
Participate
Working Groups
Build Identifier: 3.7.0.2011-Jun 2011 PROBLEM DESCRIPTION: In some cases you don't want the user to allow custom sorting in tables. This can be achieved by setting getConfiguredSortEnabled() = false. However, the "ColumnFilterForm" keeps showing links to sort the table by the current column. (The data is not actually sorted, but a small "sorting arrow" is shown in the column header.) EVALUATION: The ColumnFilterForm should disable the links for sorting, when the table has isSortEnabled() = false. PROPOSED SOLUTION: See attached patch. Reproducible: Always
Created attachment 201061 [details] ColumnFilterForm.java.patch
Hi Beat Thanks for the patch. Unfortunately the code has changed meanwhile because of bug 363828 so I could not apply it. Nevertheless I fixed the bug as suggested.
ticket closed. deliverd as part of eclipse scout 3.8.0 (juno release train)