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:
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.
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