Default datable server sort from frontend

Hello. Tell me pls, how i can set default columnt sort for table before loading data from server?
What i try:

  1. Inject in data url sort[myColumn]=asc does not fit cose when user click to another column, he gets multi sort from server.
  2. Set dtable.sort(myColumn, asc) and dtable.markSorting(myColumn, asc) on aftreLoad handler so bad too cose he handle after all request, like filter for another column.

Hello @Dr10s ,
The sort() method can be called whenever it is needed.
However, there are also two common ways of applying initial data sorting (work for both client-side and server-side data loading):