Why does Table Sorting without DataProvider not work?
I create the table, add the columns in a simple way (addColumn) and if the user clicks on the column header, nothing happens, it doesn't order as it happens in the standard Grid.
Does anyone know the reason or a way to enable?
I've already tried adding setSortable to columns, but nothing changes either.