We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Hi
I'm trying to catch the clic or keyup event to the front end form.
It is just because I need to clear a field before the form is displayed to the user.
I triedt his:
jQuery( document ).ready(function() {
jQuery("a.dt-button.new_table_entry.DTTT_button.DTTT_button_new[aria-controls='table_14']").on("click",function(){
console.log("clic event");
});
jQuery("a.dt-button.new_table_entry.DTTT_button.DTTT_button_new[aria-controls='table_14']").on("keyup",function(){
console.log("keyup event");
});
});
but nothing seems to work.
Any help.
Alejandro
Hello Alejandro
I am sorry, but unfortunately this is considered custom work, and is not something I can help you with. The included support for the plugin refers only to advice, and any custom work is only done on paid basis.
Even if you decide to go for our paid support, our developers are very busy at the moment, working on some priority tasks and fixing bugs and issues with our plugins, so they won't be having the time for custom work in near future.
But we can recommend these services for customization:
https://codeable.io/?ref=l1TW1
https://wpkraken.io/?tms-plugins
They do develop such solutions, so can you please send your inquiry to them?
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
Hi Aleksandar.
I mean, what I want to know is which event fire the open form (new, update and delete form).
In fact, the plugin already do this function, just I need to know how you open this form.
I can do the rest by my self.
Regards
Hi again Alejandro.
For selecting rows, we use our click event. You can take a look at ../wp-content/plugins/wpdatatables/assets/js/wpdatatables/wpdatatables.js on line 1359
For insert, edit and delete we use click event, but it is dynamically targeting the given table through are-controls attrivbute. For new entry you can take a look at ../wp-content/plugins/wpdatatables/assets/js/wpdatatables/wpdatatables.js on line 1099
In that file you can find Edit and Delete as well.
Hope that helps.
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