I'm using Gravity Forms addon.. and I wanna use this to display a REALLY small amount of data / table in a widget sidebar area. BUT, I need this data to be updated (source is a WP table, only 2 fields).
I am aware of the "auto-refresh", but was hoping for more of a "polling" functionality. In the link above you said it would be available soon, it has been done.
As you already know you do have an auto-refresh option above the table. You can add the interval (in seconds) after which the table will refresh itself, thus displaying any changes that happened in that time period.
Another option would be to create a filter. Make sure that you choose "above the table". it is because we'll need the filter id for this trick.
jQuery("#filterBox_table_5").hide(); //if you don't want to see this filter, check your table id and use it here.
jQuery("input[placeholder='YOUR FIELD NAME']").trigger('keyup'); // this refresh your table. Call this jQuery line each time you want to refresh it.
I hope this helps, do let us know if you need any further assistance.
Is there a way to change the image of the autorefresh icon that pops up spinning? Also, is it possible that the table is not dimmed while autorefreshing?
When you are posting questions on other users' tickets, or when the question is not related to the title of the ticket please open a new ticket, and we will help you there.
In that way, issues and questions which are related to different subjects will be in separate tickets so other customers or our support agents can find them easily. Our policy is to have one issue or question per ticket because of the reasons that are described already.
Thank you for understanding.
When you do open a new ticket, please share the screenshots of the icon that you'd like to change, and we'll see if there's anything we can do about that.
Would have been nice to inquire right at this post that is already here and asked perfectly:
https://tmsplugins.ticksy.com/ticket/1279588/
I'm using Gravity Forms addon.. and I wanna use this to display a REALLY small amount of data / table in a widget sidebar area. BUT, I need this data to be updated (source is a WP table, only 2 fields).
I am aware of the "auto-refresh", but was hoping for more of a "polling" functionality. In the link above you said it would be available soon, it has been done.
Hi Bryant
Thank you for reaching out to us.
As you already know you do have an auto-refresh option above the table. You can add the interval (in seconds) after which the table will refresh itself, thus displaying any changes that happened in that time period.
Another option would be to create a filter. Make sure that you choose "above the table". it is because we'll need the filter id for this trick.
jQuery("#filterBox_table_5").hide(); //if you don't want to see this filter, check your table id and use it here. jQuery("input[placeholder='YOUR FIELD NAME']").trigger('keyup'); // this refresh your table. Call this jQuery line each time you want to refresh it.
I hope this helps, do let us know if you need any further assistance.
Hello Blaženka,
Is there a way to change the image of the autorefresh icon that pops up spinning? Also, is it possible that the table is not dimmed while autorefreshing?
Best regards,
Luka
Hello Luka
Thank you for reaching out to us.
When you are posting questions on other users' tickets, or when the question is not related to the title of the ticket please open a new ticket, and we will help you there.
In that way, issues and questions which are related to different subjects will be in separate tickets so other customers or our support agents can find them easily. Our policy is to have one issue or question per ticket because of the reasons that are described already.
Thank you for understanding.
When you do open a new ticket, please share the screenshots of the icon that you'd like to change, and we'll see if there's anything we can do about that.
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