There is a vaadin table which displays the contents of the database table using a SQL query.
The problem is that when I click on the header of a table column, I see either an up arrow (such as sorting ascending), then a down arrow (descending). But for some reason sorting does not occur. o_o
Tell me please, this sorting should be at the level of Table Vaadin (but I forgot to specify something) or it’s just "fake")) arrows, and no sorting is supposed and I need to write a separate click handler and "slip" select with order by ???