

Plugin’s settings will display ‘WP jQuery DataTable’ tab
- WP Jquery Data table plugin can help the WordPress website owner to insert table anywhere for displaying any information in tabular form, which will also have some cool features like option of selecting no. of pages, columns and pagination to be displayed in one page along with the search option to access the relevant data immediately from the long table, saving time and effort.
- This plugin is useful for exact needs for your table implementations.
- Short code is : [wp_jdt id=”table id here”]
- You can apply this short code into page/post’s editor or also can add into PHP file.
Like
Features
- Show information about the table
- Allow table pagination, number of rows to display on page and pagination button display options.
- Show table entries options
- Allow table column ordering, define which column(s) the order and apply order (asc or desc.
- Allow table searching
Work perfectly
By fels21 on September 9, 2022
Less than useless
By Martin (martin7ba) on June 27, 2021
Exactly what I needed
By Topher (topher1kenobe) on April 17, 2021
// print the jquery smart tables stuff
ob_start();
echo do_shortcode( "[wp_jdt id='beverage-table']" );
$output .= ob_get_contents();
ob_end_clean();
Then I didn't have to include it in my page, I only needed my own shortcode.Useless
By gdengines2 on September 15, 2018
Not Responsive
By imtanuki3 on July 12, 2018
very handy
By shanebp on October 13, 2017
Instruções de como usar muito fraca
By charlesjacome on July 25, 2017
Nice one
By Milap on September 3, 2016
Nice plugin with so many configuration, one thing is missing, you can not use it in admin, but i modified it with adding add_action('admin_enqueue_scripts','wp_jdt_style_and_script'); // add custom style and script
in wp-jquery-datatable.php
file. Thanks again for hard work.
The best datatables Plugin!
By Benhalsing on September 3, 2016
Is one of the best plug in I saw, fast and simple, besides the technical support is great and fast