Multiple tables is not working
-
Hello,
I can only have this plugin work with one table, but not with multiple tables.
I have each table with different id and use do_shortcode (via php template) accordingly but it doesn’t seems to work.
Below is my shortcode:
<?php echo do_shortcode(‘[wp_jdt id=”table1″ searching=”true” ordering=”true” order_row_number=”0″ paging=”false”]’);?>
<?php echo do_shortcode(‘[wp_jdt id=”table2″ searching=”true” ordering=”true” order_row_number=”0″ paging=”false”]’);?>
<?php echo do_shortcode(‘[wp_jdt id=”table3″ searching=”true” ordering=”true” order_row_number=”0″ paging=”false”]’);?>
Am I doing something wrong?
The topic ‘Multiple tables is not working’ is closed to new replies.