I select "Complete column list" icon in settings of a (MySQL view based) working list and enable filter on one of the columns. Then click "apply". The panels containing the settings and preview, dim, and display a spinner and never complete. I let it spin for at least two minutes. I tried manual re-install via FTP. All other plugins are updated, as well as WP to the latest (5.1). It was not working on 5.0.3 either. Upon inspecting the query that is being sent to SQL server it appears that the field name formatting may be incorrect. See attached screen caps.
Can you, please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
You added the database name to the query, that's why it broke.
I changed it to this:
SELECT
* FROM library_view
And it filters through the table correctly now.
As for the spinning circle and loading issue when you make any changes to the table - the console is throwing an error in reference to the custom JS you added in main settings of wpDataTables:
When I delete that, any changes made in the table work without having to refresh the page. Here's the error:
And more details in the attachment.
If you don't need that jQuery, you can remove it, and the issue with table load will disappear as well. If you need it, it will need to be modified in order to bypass the error. The changes do apply, however, so if you change something and reload the page after 5 seconds, everything's good either way.
I select "Complete column list" icon in settings of a (MySQL view based) working list and enable filter on one of the columns. Then click "apply". The panels containing the settings and preview, dim, and display a spinner and never complete. I let it spin for at least two minutes. I tried manual re-install via FTP. All other plugins are updated, as well as WP to the latest (5.1). It was not working on 5.0.3 either. Upon inspecting the query that is being sent to SQL server it appears that the field name formatting may be incorrect. See attached screen caps.
Hi Alex.
Thank you for your purchase.
Can you, please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello again Alex.
I am sorry, but I'm not able to get to the log in page:
You may need to whitelist my IP, for me to be able to remote in:
178.148.79.105
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hey Alex.
You added the database name to the query, that's why it broke.
I changed it to this:
And it filters through the table correctly now.
As for the spinning circle and loading issue when you make any changes to the table - the console is throwing an error in reference to the custom JS you added in main settings of wpDataTables:
When I delete that, any changes made in the table work without having to refresh the page. Here's the error:
And more details in the attachment.
If you don't need that jQuery, you can remove it, and the issue with table load will disappear as well. If you need it, it will need to be modified in order to bypass the error. The changes do apply, however, so if you change something and reload the page after 5 seconds, everything's good either way.
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables