The idea is to order the rows of table with something like : `Table table = new Table(source, "test", Order.asc("col1"), Order.desc("col2"));`
The idea is to order the rows of table with something like :
Table table = new Table(source, "test", Order.asc("col1"), Order.desc("col2"));