Rating: 5 stars
5/5 idk why only 3 stars, mb because the people can’t even copy-paste an example from datatables library.
Perfect integration! Thank you!
]]>Rating: 1 star
There is nothing.. Why is this plugin even allowed here
]]>Rating: 5 stars
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.
]]>Rating: 1 star
This doesn’t do anything.
After installation a tab (settings) appears in admin side, but its just settings. There is no place to CREATE the data table.
]]>Rating: 2 stars
Good basic functionality, but, according to their own demo, not responsive – on a mobile device:
– records controls are vertically stacked (not intentionally and not cleanly)
– no horizontal scroll or alt display method.
Rating: 5 stars
Useful for quickly getting datatables up and running.
]]>Rating: 1 star
o help n?o explica como usar o plugin
]]>Rating: 5 stars
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.
Rating: 5 stars
Is one of the best plug in I saw, fast and simple, besides the technical support is great and fast
]]>Rating: 5 stars
Thx before
]]>Rating: 1 star
I have successfully installed this plugin but instruction given in Plugin instruction section are not enough to make this plugin work.
1) if you not provide complete shortcode then it will not take default value. Whereas in instruction they have not mentioned it.
2) No information about data parameter . After installation how to configure mysql table data to display in table.
3) Getting error : same faced by one user issue
Need to comment out below two lines in wp_jdt_shortcode() function.
$wp_jdt_script .= "jQuery('#$atts[id]_wrapper select').prepend('<option value=$atts[page_length]>Select</option>').val('');
jQuery('#$atts[id]_wrapper select')[0].options[0].selected = true; ";*
]]>
Rating: 5 stars
Great, useful plugin!
]]>