Feature #199
Mis à jour par Matthieu Decorde il y a plus de 5 ans
For example, in specificity table, we have as many "Score" columns as parts. The label of the score column should include the name of the part. In fact, the column label can be manipulated without the context of the preceeding column, in operations like sorting or filtering on the table.
h3. Solution
* export in a table with grouped columns -> not in a CSV file
* remove the F (total frequency) column
<pre>
word column1 column2
F score F score
je 5 -2 47 42
tu 20 0 4 0
</pre>
h3. Solution
* export in a table with grouped columns -> not in a CSV file
* remove the F (total frequency) column
<pre>
word column1 column2
F score F score
je 5 -2 47 42
tu 20 0 4 0
</pre>