Tabulated results, protect TXM from tables with large number of columns (> 100)
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 1
Display a fixed number of columns (truncation).
Tabulated results data can still be exported to be displayed in another tool.
- create a new MaximumNumberColumnsToDisplay preference (default value 50)
- create a new MaximumNumberColumnsToDisplay parameter in those commands (default value 50)
- display only from 1 to MaximumNumberColumnsToDisplay columns in tables
- virtualize the table displaying columns data in AFC
- if cut rename the last column to “…”
(from redmine: issue id 3297, created on 2022/10/12 by Serge Heiden)