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 using wpdatatable very usefully.
But,
Problem occurred while doing some tests.
I used the below source code for wpdatatable callback test but it didn't work.
As the code did not work, I found that there was a problem with the J query code in the search results, and changed the source as shown below.
Is there a solution to the problem?
Hello yjy
Thank you for your purchase.
You can use jQuery, but can you try something like this:
That should work when you sort, filter, or switch pages in the table.
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 have some troubles with this event from long time ago with some pages that I used it. But it is wear because it is not for all pages.
I try those different codes (trigger event) with the same result.
//jQuery(window).load(function(){
//jQuery( document ).ready(function() {
jQuery(window).on('load', function(){
console.log(wpDataTables); //*
alert('stop'); /// **
wpDataTables.table_1.addOnDrawCallback( //***
function(){
jQuery("input[placeholder='Friend']").trigger('keyup');
});
});
* In this point wpDataTables does not exist. I can watch it in the console. So when wpDataTables is invoked below, it got an error.
** I put this in order to watch wpDataTables value before the page complete the load.
*** Here I get and js error in console as below.
Uncaught TypeError: Cannot read property 'addOnDrawCallback' of undefined
at ?nocache:2468
at dispatch (jquery.min.js?ver=3.5.1:2)
at v.handle (jquery.min.js?ver=3.5.1:2)
This error has made me crazy for long time.
Any comment will be very appreciate.
Regards
Alejandro
Hi Alejandro
Sorry for the late response. The ticket has been forwarded to one of our developers, so he can take a look. As soon as I hear from him, I will let you know.
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 again Alejandro
Can you please send us the page where we can see this?
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.
Sure, I can share the page but you must be loggen in on easyberry-iot.com and go to the page that has the error.
for now, I make the error disappear like this
function cep_events(){
wpDataTables.table_1.addOnDrawCallback(
function(){
jQuery("input[placeholder='Friend']").trigger('keyup');
});
}
jQuery( document ).ready(function() {
setTimeout(cep_events,3000);
.........
});
Creating a delay before create the event.
Im not sure why I get this error, because until I know load jquery event can create an event even if the object does not exist. I did it before with other objects so. It is weird.
Alejandro
Thanks for the response, Alejandro
Can you provide us with log-in details for easyberry-iot.com? I forwarded the ticket to one of our developers, so he can take a look, but I believe he'll need to see the page also.
Just make sure to enable the PRIVATE response, since this is a public ticket.
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