Yes, there is a sort option but only for a single column.
Check GXT API for SortInfo class - it contains sorting information only for one column.
If I want to do multi-sort I need a list of columns which a user chose to sort. Also there should be some indication on table on screen showing to user information about sorted columns.
And there should be a way to choose all columns needed to sort in order before sending request to server.