Using with a Table?
-
Love this plugin and the pro features. Thank you!
I’m wondering if it’s possible to use the load more with a table? I tested it out with a <tr><td></td></tr> in the repeater template, but it’s spitting the loop outside of my wrapping <table>… Have you ever seen a use case of loading more table rows with this plugin?
Here’s what I tried
<table class="table table-condensed"> <thead> <tr> <th>Title</th> </tr> </thead> <tbody> <?php echo do_shortcode('[ajax_load_more repeater="template_3" post_type="the_list" container_type="div"]'); ?> </tbody> </table>
And then the repeater had basic tr and td with content in it…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Using with a Table?’ is closed to new replies.