After installation, there is a new tab in the Admin, and it displays a number of table-related options. However, how are these options applied to various tables? It’s not enough to say that the table ID should be inserted into the shortcode UNLESS EVERY table on your site used exactly the same settings (which would be unlikely).
Also, the ‘demos’ show the resulting tables, not the shortcode configurations which drive them.
What am I missing?
Here is an alternate way to get the JQuery DataTables onto your website.
And that’s it. No plugin needed. If you don’t want the print/excel/pdf buttons to appear, REMOVE this line from the footer code: buttons: [‘copy’, ‘csv’, ‘excel’, ‘pdf’, ‘print’]
]]>JQuery DataTables has the option to include Print / Excel / PDF buttons above the table — can this be allowed in the settings of this plugin as well?
]]>How can I transfer all tables including their settings to my second site?
]]>Hello,
I would like to display the page numbering/navigation both above and below my tables. Can this be done and how?
Thanks,
Nikhil
Hello,
When I place images in a jquery datatable I get more space around it than I like. Is there any way to reduce it. Is there a pre-defined padding for the cells? If so where can I modify it?
Thanks,
Nikhil
Hi, I inserted a picture in a cell but it is not displayed on the page, what could be the problem?
]]>How can I import a spreadsheet from my Excel file (xls)? Will the conditions of conditional logic and formulas be transferred?
Thanks.
]]>Hello,
I can only have this plugin work with one table, but not with multiple tables.
I have each table with different id and use do_shortcode (via php template) accordingly but it doesn’t seems to work.
Below is my shortcode:
<?php echo do_shortcode(‘[wp_jdt id=”table1″ searching=”true” ordering=”true” order_row_number=”0″ paging=”false”]’);?>
<?php echo do_shortcode(‘[wp_jdt id=”table2″ searching=”true” ordering=”true” order_row_number=”0″ paging=”false”]’);?>
<?php echo do_shortcode(‘[wp_jdt id=”table3″ searching=”true” ordering=”true” order_row_number=”0″ paging=”false”]’);?>
Am I doing something wrong?
]]>I would like to know where is the best place to put the shortcode.
Before or After the table? Or maybe in the footer of the web? before BODY tag closes?
Thanks for your help.
Adam
]]>Hi, I am interested in translating the FrontEnd of the plugin. Maybe in the future the BackEnd. (Spanish)
Could you tell me how I could help you? I have been reading the “how to translate” explanations but don’t know how to proceed.
Maybe you could give me some excel file or something I could make the translations.
Thanks for your time,
I will wait for your answer asap.
Adam
]]>2 of the Shortcode Parameters throw errors when used:
paging="false" b_length_change="false"
For example, paging="false"
throws this error in the browser console:
Uncaught TypeError: Cannot read property 'options' of undefined
at HTMLDocument.<anonymous> ((index):611)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
Is there a way to use those 2 parameters without errors?
For example:
do_shortcode('[wp_jdt id="my_table" info="false" order_row_number="2" ordering="false" searching="false" paging="false" b_length_change="false" ]')
;
Hello,
Can someone help me on using this plugin to display tables from MySQL database?
Thanks,
Nikhil
Hi there,
thanks for creating this plugin, but unfortunately it’s unusable on non-english sites, as it has no support for native DataTables internationalization (see documentation), nor options to change the texts that appears in the frontend (i.e. “Search”, “Previous”, “Next”, etc).
More generally it has no support for WP localization (see here).
Please note that nowadays ~50% of WordPress websites are non-english, so it would be important to full support languages other than english.
Hi,
Great plugin, used on several sites.
However, we’re now trying to use it with this checkbox extension:
https://www.gyrocode.com/projects/jquery-datatables-checkboxes/
Everything works properly, except that we get this alert on every page load:
DataTables warning: table id=example - Cannot reinitialise DataTable
We tried destroying the dataTable and recreating it, but the error remains.
Any suggestions?
]]>I have created a new page and copied the below content in to the page, But not displaying any search, pagination etc…
[wp_jdt id=”demo”]
<table id=’demo’ width=’100%’>
<thead>
<tr>
<th>Name</th>
<th>Position</th> <th>Office</th>
<th>Age</th> <th>Start date</th>
<th>Salary</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Name</th>
<th>Position</th>
<th>Office</th>
<th>Age</th>
<th>Start date</th>
<th>Salary</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>Tiger Nixon</td>
<td>System Architect</td>
<td>Edinburgh</td>
<td>61</td
<td>2011/04/25</td>
<td>$320,800</td>
</tr>
</tbody>
</table>
Hi, thanks for this great plugin, but, i have some error on page included data table.
Uncaught TypeError: Cannot read property 'options' of undefined
and on that page, my mobile menu not working, can you help me please ?
]]>Hi,
i want to show/hide photo id in my table.
For that, i’m using CSS code to show/hide photos.
HTML code is like that:
<td><span></span>Name</td>
Part of my CSS code is:
[…]
a:hover.photo span {
display: block;
position: absolute;
top:-10px;
left:220px;
color: #ffffff;
border:0px solid #000;
padding:0px 0px;
}
a.photo span {
display: none;
}
[…]
in a single web page, it’s working.
In WP, with WP JQUERY Datable plugins, it’s not working !
Is it possible to view images ?
Thanks,
Hello,
How to set the custom short to DESC instead of “default” ASC?
[wp_jdt id=”table1″ order_row_number=”0″ ordering=”true” order=”desc”]
For the order parameter above, I tried “desc”, “DESC”, all doesn’t seems to work (up on loading the page).
It only take what the default setting of the plugin (in dashboard).
Can someone help?
Regards.
T.
]]>Not sure when those stopped working. Can someone verify that this still works with 4.7.3?
]]>I have installed your plugin, created a new WP page, and copied the following code into it from another support thread. The page still doesn’t display the datatable correctly with the formatting, pagination, sorting etc. What am I doing wrong? I have successfully used datatables before but not within WP. Is this console error relevant
Uncaught TypeError: Cannot read property ‘options’ of undefined
at HTMLDocument.<anonymous> ((index):142)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
Thanks
[wp_jdt id=”demo”]
<table id=’demo’ width=’100%’>
<thead>
<tr>
<th>Name</th>
<th>Position</th> <th>Office</th>
<th>Age</th> <th>Start date</th>
<th>Salary</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Name</th>
<th>Position</th>
<th>Office</th>
<th>Age</th>
<th>Start date</th>
<th>Salary</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>Tiger Nixon</td>
<td>System Architect</td>
<td>Edinburgh</td>
<td>61</td
<td>2011/04/25</td>
<td>$320,800</td>
</tr>
</tbody>
</table>
Firstly thank you very much for providing us with this wonderful plugin, but I have a problem, I can not run it in the admin area (/ wp-admin /) ….. is there any way to make it work in the admin area ??
]]>I cant see any place to create the table after installation. any instructions available?
]]>Is there a way for me to change the styling of the headers and columns? I would like the columns to be left aligned, not centered.
]]>Is there a shortcode parameter to use the Button function inside datatable? This would allow the function to create buttons to download table in csv, excel, pdf … If a shortcode is not currently availible, what could be added to page code to use this? Script, DOM settings..
Thanks
]]>Is this plugin mobile responsive?
]]>Hi, I have installed plugin. and updated “WP jQuery DataTable Settings”.
Please let me know how I can add table and create shortcode and add the same in any page.
Do I ave to create a PHP table or HTML table will work?
]]>Is it possible to create an input form that updates the table? We would like to have a form under the table that can be used to update it.
Thanks,
IT
Hi,
I use your extension to make a home made table created by a wp query sortable in js. Its working great when I have select 125 product in my wp query. But I dont know how many but when I show all my product the plugin not working. nothing appears… Do you have a idea why plugin not working when I have maybe 200 products and more in a table.
Thanks
]]>I’m new to the plugin and finding it very useful and flexible. Thank you so much.
I have it setup with another plugin to show results from a json api in the table. I can modify it with form fields on the same page, but so far only know how to do this with html forms that make me have to refresh the page.
Is there an easy way to do this with javascript form actions instead?
]]>