Daniel,is it better to use the HTML services(not using the chart API) for displaying spreadsheet data as table and perform edit operation on it..?
On Wednesday, March 8, 2017 at 8:39:15 PM UTC+5:30, Daniel LaLiberte wrote: > > It will not be easy to support editing. You'll have to do a fair amount > of hacking just to figure out which cell was clicked on (since we don't > have support for that yet), and then you'll have to replace the content (or > overlay it) with a text editor. Changing the appropriate cell value in the > DataTable will be easy, but submitting the changes back to the spreadsheet > could prove to be a much larger obstacle, which seems possible if there is > support for it on the spreadsheet side. > > On Wed, Mar 8, 2017 at 10:03 AM, UB <[email protected] <javascript:> > > wrote: > >> can u give me some idea on how to achieve that functionality,so far i >> have use getSelection() to get the value of selected record,is there a way >> i can get the rowID and columnID of the selected record >> >> On Wednesday, March 8, 2017 at 8:14:14 PM UTC+5:30, Daniel LaLiberte >> wrote: >> >>> There is no built-in support for editing the cells of a Table chart and >>> sending the values back to the spreadsheet. Such a capability is possible, >>> however, if you apply a suitable amount of code. >>> >>> On Wed, Mar 8, 2017 at 8:41 AM, UB <[email protected]> wrote: >>> >>>> I have generated a table chart from spreadsheet data, is there a way >>>> that when i click on particular record on table chart i should be able to >>>> edit it and it should also reflect in spreadsheet(spreadsheet should get >>>> updated) >>>> >>>> -- >>>> 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 >>>> https://groups.google.com/group/google-visualization-api. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/google-visualization-api/95663d6a-5697-4cf4-b84b-89aa30369c23%40googlegroups.com >>>> >>>> <https://groups.google.com/d/msgid/google-visualization-api/95663d6a-5697-4cf4-b84b-89aa30369c23%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> >>> [email protected] 5CC, Cambridge MA >>> >> -- >> 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] >> <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at >> https://groups.google.com/group/google-visualization-api. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/google-visualization-api/f40c4455-3281-44e6-8639-04b7b6492e30%40googlegroups.com >> >> <https://groups.google.com/d/msgid/google-visualization-api/f40c4455-3281-44e6-8639-04b7b6492e30%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> > [email protected] <javascript:> 5CC, Cambridge MA > -- 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/f7634c61-100c-4d4a-b91b-3ec54d951480%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
