How to get the row count of the table.. I believe APIs guide is very limited and its tough to find details of different APIS with google table visualization.
On Fri, Sep 6, 2013 at 11:17 PM, Pushpendra Singh <[email protected] > wrote: > That was very quick..thanks for reply. > > > On Fri, Sep 6, 2013 at 11:06 PM, asgallant <[email protected]>wrote: > >> When you call the #getSelection method, the table returns an array of >> objects describing the selected rows. The order of elements is the order >> in which they were selected, so you can take the last element in the array, >> and set the chart's selection to be just that element. See this example: >> http://jsfiddle.net/asgallant/a4WPZ/ >> >> >> On Friday, September 6, 2013 1:17:03 PM UTC-4, Pushpendra Singh wrote: >>> >>> Hi , >>> >>> I am using google >>> Table<https://developers.google.com/chart/interactive/docs/gallery/table> >>> visualization >>> and wanted to disable multiple row selection on a table.. >>> using shift key, i can very well select multiple row.. how to avoid this >>> and restrict the row- selection to only 1. >>> >>> regards >>> Pushpendra >>> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Google Visualization API" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/google-visualization-api/Vj-OqN1kC3I/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To post to this group, send email to >> [email protected]. >> Visit this group at >> http://groups.google.com/group/google-visualization-api. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
