Title: Interactive table
Last modified: August 22, 2016

---

# Interactive table

 *  Resolved [America Jr](https://wordpress.org/support/users/cmccrone/)
 * (@cmccrone)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/interactive-table/)
 * Is is posibble for me to have my formula on the site? I can make the table show
   up on my site but I cant interact with it. I need my viewers to be able to edit
   one of the numbers so that it does a calculation for them.
 * Is this possible?
 * Thanks so much!
 * [https://wordpress.org/plugins/inline-google-spreadsheet-viewer/](https://wordpress.org/plugins/inline-google-spreadsheet-viewer/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Meitar](https://wordpress.org/support/users/meitar/)
 * (@meitar)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/interactive-table/#post-5757137)
 * No. The forumlas themselves are processed on Google’s side of the connection.
   This plugin can only interact with _the result_ of formulas (called _values_).
   If you need to make it possible for users to interact with the formulas themselves,
   you should provide an `iframe` that loads the editing interface directly, for
   which you do not need this plugin.
 * To load the editing interface directly, you (probably) want to type something
   like this into [the “Text” editing view](https://make.wordpress.org/support/user-manual/content/editors/)
   of your WordPress post:
 *     ```
       <iframe src="https://docs.google.com/spreadsheet/d/ABCDEFG/edit" seamless="seamless">This feature requires IFRAMEs to work. Please use a browser that supports IFRAMEs.</iframe>
       ```
   
 * Also, of course, replace the content of the `src` attribute with the URL to your
   table. 🙂
 * Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Interactive table’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/inline-google-spreadsheet-viewer.
   svg)
 * [Inline Google Spreadsheet Viewer](https://wordpress.org/plugins/inline-google-spreadsheet-viewer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/inline-google-spreadsheet-viewer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/)
 * [Active Topics](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Meitar](https://wordpress.org/support/users/meitar/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/interactive-table/#post-5757137)
 * Status: resolved