Title: Using with a Table?
Last modified: August 30, 2016

---

# Using with a Table?

 *  [aaroneight](https://wordpress.org/support/users/aaroneight/)
 * (@aaroneight)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/using-with-a-table-1/)
 * 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…
 * [https://wordpress.org/plugins/ajax-load-more/](https://wordpress.org/plugins/ajax-load-more/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/using-with-a-table-1/#post-6798212)
 * Hi Aaron,
    I’ve tried with a table but I will assume the issue is the .alm-reveal
   and the alm-button-wrap divs that gets added automatically with the plugin.
 * Can you share a link?

Viewing 1 replies (of 1 total)

The topic ‘Using with a Table?’ is closed to new replies.

 * ![](https://ps.w.org/ajax-load-more/assets/icon-256x256.png?rev=2944639)
 * [Ajax Load More – Infinite Scroll, Load More, & Lazy Load](https://wordpress.org/plugins/ajax-load-more/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-load-more/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-load-more/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-load-more/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-load-more/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-load-more/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/using-with-a-table-1/#post-6798212)
 * Status: not resolved