Issue with Table-cell
-
Hi,
With ajax call I’m accessing the table press data.
When I use the code
echo do_shortcode(“[table id=2 /]”);
It showing entire table. But when I want to display a specific column I used the code
echo do_shortcode(“[table-cell id=1 row=1 column=2 /]”);
But this is not working and I’m getting the response as [table-cell id=1 row=1 column=2 /]Please provide me some solution to display a single column value using ajax.
Note: I have already installed the Single Cell Content Shortcode Extension 1.1
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Issue with Table-cell’ is closed to new replies.