Ok i got it!
you add:
google.visualization.events.addListener(table, 'sort', sortHandler);
function sortHandler(e) {
newsortcolumn = e['column'];
newsortascending = e['ascending'];
}
same with page. and then you recall the variables when you redraw the
table.
thanks