Skip to main content
  Wednesday, June 20 2018
  1 Replies
  0.9K Visits
  Subscribe
Hi,
I would like to use a table as a data source for a page with visual elements so I have no need to embed the data as a table or chart display as is the normal use case. Most of the data in the table will be html code.
I would like the ability to use a shortcode to reference to a particular field in the table that will be replaced with the contents of the field (i.e. the data in the cell).
I will then use the field shortcode as the data source for each of my visual elements on my page. Each visual element will be linked to a field shortcode.
Ideally the field shortcode may look similar to the following:
[myTable tableID=1 row=1 column=1]
I would also like to have the ability to indirectly reference the tableID. So I could have an input field on my html page like this:
<input id="table1" type="text" value='1'/>
and then the field shortcode can also be defined like this:
[myTable tableID=#table1 row=1 column=1]
Please let me know if your plugin has this capability?
Thanks,
Brett
A
5 years ago
Hi,

Thanks for contacting us here about this extension.
Most of the data in the table will be html code.
I would like the ability to use a shortcode to reference to a particular field in the table that will be replaced with the contents of the field (i.e. the data in the cell).
I will then use the field shortcode as the data source for each of my visual elements on my page. Each visual element will be linked to a field shortcode.
Ideally the field shortcode may look similar to the following:
[myTable tableID=1 row=1 column=1]
I would also like to have the ability to indirectly reference the tableID. So I could have an input field on my html page like this:
<input id="table1" type="text" value='1'/>
and then the field shortcode can also be defined like this:
[myTable tableID=#table1 row=1 column=1]
Please let me know if your plugin has this capability?

You can insert HTML code but it's possible with shortcode at the moment.

Hope it helps!
Cheers,
  • Page :
  • 1
There are no replies made for this post yet.