I have a data table with two rows and I need it to be ordered by count.
The first row is always ordered by count and not the tuple individually.
The values displayed by the data table will depend on the number of values that I associate with the second row and not on the tuples that have the largest counters.
How do I do?