Hi, You can set the 'sort' option to 'event' (explained in here<http://code.google.com/apis/visualization/documentation/gallery/table.html>). In that mode, sorting is not performed automatically, instead you get an event and you can choose how to sort (and if you want to sort at all).
>From the docs: 'event' - When users click on the column header, a 'sort' event will be triggered, but the rows will not be automatically sorted. This option should be used when the page implements its own sort. See theTableQueryWrapper example<http://code.google.com/apis/visualization/documentation/examples.html#tablequerywrapper> for an example of how to handle sorting events manually. I hope that helps. On Mon, Apr 4, 2011 at 11:57 PM, rputala <[email protected]> wrote: > Hi, > Can we disable sorting for a particluar column in a visualization > table keeping sorting enabled for rest of the columns. > Currently the option sort:"disable" disables sorting for the entire > column. > > Thanks. > rputala > > -- > 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. > > -- 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.
