Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    have you enabled the DataTables library on the “Plugin Options” screen of WP-Table Reloaded? And have you enabled the “Use JavaScript library” checkbox on your table’s “Edit” screen?
    Additionally, please check if your theme’s “footer.php” contains a call to wp_footer().

    Regards,
    Tobias

    Thread Starter Dil

    (@diljith)

    hey .. THanks a lot Tobias.. You are a doctor in wp-table. The problem is solved ..

    Solution ..
    1. Go to footer.php (Theme folder)
    2. You will see the code below – wp_footer commended with //

    <?php get_template_part('includes/scripts'); ?>
    	<?php // wp_footer(); ?>
    3.Remove the //

    <?php get_template_part(‘includes/scripts’); ?>
    <?php wp_footer(); ?>`
    4.Update

    Once again thanks ..

    Hi,

    yes, that was exactly the cause 🙂 Great that you found it and were able to fix it!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Search box not appearing’ is closed to new replies.