As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Hi,
I am facing an issue where if I make my table editable from front end, in that case the "filters under each column" or advanced filters are not working and neither they are displayed . Please help with this issue as I am getting stuck on the same.
Regards
Ankur Govil
Hi Ankur Govil,
Thank you for the purchase.
Please send me a link of the page where you have your table displayed and also 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 so nobody can see it except us.
Hi Ankur Govil,
What type of wpDataTables are you using? Mostly filters are not working when you are using MySQL based tables that have server-side processing enabled. If that is the case you'll have to create MySQL View from your query in the database and after that use that MySQL View as table input.
You can take a look at this link how to create MySQL View - Link. After that you'll just have to create a table e.g. SELECT * FROM view_name