Hi,
thanks for your post, and sorry for the trouble.
I’m not exactly sure what you mean here, but you could take a look at the TablePress Single Cell Shortcode Extension from https://tablepress.org/extensions/table-cell-shortcode/ to obtain the content of a single cell, and then use that repeatedly.
Regards,
Tobias
Thanks for the quick Response Sir, i will make a quick look at it and tell thankking you.
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
Nice extensions it works i also rated it, but what is the shortcode for fetching an entire column data in a table eg. if i have three columns A,B,C I need the entire data of Column A ?
And also i need to add this data in a Widget, I use a Vertical marquee plugin there shortcodes doesnt seems to be working any idea here could be helpful.
Thanks in advance 🙂
Hi,
in order to grab an entire column as a table, you could use a Shortcode like
[table id=123 hide_columns=all show_columns=3 /
This will however print the full table HTML.
Therefore, you might need to develop a custom plugin for your site, for which the mentioned Extension can serve as a starting point.
The problem with Shortcodes not being evaluated by that Vertical Marquee plugin has to be fixed in that plugin. There’s nothing that I can do in TablePress about this. Sorry.
Regards,
Tobias
Thank You for ur response
Hi,
sure, you are very welcome!
Best wishes,
Tobias
Helo sir,
Sry for disturbing u again, is there a shortcode for count the total number of rows and column in a table only the count please.
Thank You
Hi,
yes, that’s possible with a Shortcode as well. For an example, please seehttps://ww.wp.xz.cn/support/topic/table-info-total-number-of-rows?replies=6#post-3894925
For the number of columns, just replace number_rows with number_columns.
Regards,
Tobias
Hi
Thank you sir u saved me Twice 🙂
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!