Re: freeze columns, free sorting of rows [message #1286 is a reply to message #1274] |
Tue, 11 May 2021 12:03 |
thomas
Messages: 715 Registered: June 2014
|
Senior Member |
|
|
First please accept my apologies for answered with such a delay and thank you for the suggestions. Unfortunately, developing the functionality to freeze one or more columns would be a significant effort, because the underlying Java JTable does not know that functionality. Thus, I have put it into my list of future enhancements, but I cannot promise to have a quick solution for it. A possible solution might be to allow a second table view, maybe even with synchronized column visibility and horizontal scroll state.
The same applies to row freezing, but there is more existing functionality, that handles row grouping, sorting and visibility and therefore may serve as work arounds. E.g. clicking a table header with pressed 'Shift' key still sorts the table on the clicked column's values, but at the same time moves all selected records (also sorted) to the top of the table. Individual/selected rows can be added or removed from row lists and list filters.
Best wishes,
Thomas
|
|
|