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

On Sep 29, 6:04 pm, Manolis <[email protected]> wrote:
> I need to redraw the table because I have to reflect changes in a row
> (user clicks a link and the text of the link changes). When i redraw
> the table, the sorting gets refreshed and if the user had done some
> custom sorting before, the changed row gets "lost". It is in the table
> but you have to look for it. Is there a way to maintain / save the
> custom sorting any user does so you can apply it when redrawing?
>
> Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to