WP jQuery DataTable
Features can be settings to meet your exact needs for your table implementations. like Paging,Ordering,search, etc...
Maintenance 30/100369d since update
Active installs
600
Downloads
27,294
Reviews
12
Age
10.9y
TagsjquerytabledatatableWP jQuery DataTablejQuery DataTable
Plugin info
Total downloads: 27,294
Active installs: 600
Total reviews: 12
Average rating: 3.4
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/26/2024 (369 days ago)
Added to WordPress: 2/5/2015 (10 years old)
Minimum WordPress version: 3.6.1
Tested up to WordPress version: 6.7.4
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 369 days ago • 12 reviews
30/100
Is WP jQuery DataTable abandoned?
Possibly abandoned (last update 369 days ago).
Compatibility
Requires WordPress: 3.6.1
Tested up to: 6.7.4
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
No similar plugins found yet.
Description
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
Installation
- Copy the entire /wp-jquery-datatable/ directory into your /wp-content/plugins/ directory.
- Activate the plugin.
- New Tab called WP jQuery DataTable will be genereate.
- You can add set setting.
- Use short code at any pages/posts e.g.[wp_jdt id=”table id here”]
Plugin’s settings
First of Save Plugin’s settings. It 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
Shortcode Parameters
- id: =(Required) Used table id as a parameter of id. Example [wp_jdt id=”demo”] and table is
<table id="demo">...</table> - info: Show information about the table. It return boolean. By default ‘true’. Example [wp_jdt info=”false”]
- paging: Allow table pagination. It return boolean. By default ‘true’. Example [wp_jdt paging=”false”]
- page_length: Allow number of rows to display on page when using pagination. It return number. By default ’10’. Example [wp_jdt page_length=”5″]
- paging_type: Allow pagination button display options when using pagination. Options: simple, simple_numbers, full and full_numbers. By default ‘simple’. Example [paging_type page_length=”simple”]
- b_length_change: Show table entries options. It return boolean. By default ‘true’. Example [wp_jdt b_length_change=”false”]
- ordering: Allow table column ordering. It return boolean. By default ‘true’. Example [wp_jdt ordering=”false”]
- i. order_row_number: You can define which column(s) the order in table. It return number. By default ‘0’. Example [wp_jdt order_row_number=”3″]
ii. order_row_number_sort: You can apply order (asc or desc). By default ‘asc’. Example [wp_jdt order_row_number_sort=”desc”] - searching: Allow table searching. It return boolean. By default ‘true’. Example [wp_jdt searching=”false”]
Frequently Asked Questions
Is this plugin prepared for multisites? Yes.
Review feed
Milap
Nice one
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.
shanebp
very handy
Useful for quickly getting datatables up and running.
Topher
Exactly what I needed
This worked really great. I have a plugin that outputs an html table via shortcode, and I simply put this code right above my table output:
// 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.
MartinCV
Less than useless
There is nothing.. Why is this plugin even allowed here
Changelog
4.1.0
- Compatibility with WordPress version 6.7.1
- Vulnerability Fix
4.0.1
- Compatibility with WordPress version 6.1.1
4.0.0
- Compatibility with WordPress version 5.8
3.0.0
- Compatibility with WordPress version 5.5
2.0.1
- Compatibility with WordPress version 5.4
2.0.0
- Compatibility with WordPress version 5.3
1.1.1
- Bug fixed for warnings and notices
1.1.0
- Make plugin language compatible
- Bug fixed for paging and ordering
1.0.2
- Update new jquerydatatable js
1.0.1
- Solved jquery confliction
1.0.0
- Stable Version release

