Task #3298
tabulated results, protect TXM from tables with large number of columns (> 100)
Status: | New | Start date: | 10/12/2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | UI / Editor | Spent time: | - | |
Target version: | TXM 0.8.3 |
Description
Currently TXM's behavior with > 100 columns in Partition Index, Lexcical Table, Specificities, AFC data tables depends on machine dimensions, Java version, OS, etc.
For > 1000 columns behavior in unpredictable.
Some projects need > 1000 columns (eg number of respondents to a survey).
Solution¶
Paginate tabulated results columns:
- display for n = 0..n from n x MaximumNumberColumnsToDisplay + 1 to n x MaximumNumberColumnsToDisplay + 1 columns in tables
- add first, previous, next, last columns page navigation buttons to tabulated results
Solution 3¶
Virtualize lines AND columns in tabulated results.