to see if someone may be already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.
You can certainly follow our changeLog page if you'd like ( it is also available in the plugin dashboard), where we state any changes/new features/bug fixes during updates;
and our newsletter, so you're informed about new features, bug fixes, freebies, etc.
to see if someone may be already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.
You can certainly follow our changeLog page if you'd like ( it is also available in the plugin dashboard), where we state any changes/new features/bug fixes during updates;
and our newsletter, so you're informed about new features, bug fixes, freebies, etc.
-
If you need a solution for it now, maybe it can be done with a high level of custom work, but I am not sure, to be honest. 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 the near future.
We can recommend reaching out to someone who does custom solutions, such as WP Kraken, but we can't advise on their pricing.
Hello,
I saw this ticket : https://tmsplugins.ticksy.com/ticket/1776245/
I am looking a way to have an infinity vertical scroll instead of the pagination with number.
How can i achieve this ?
Hi, Jeremie
Thanks for reaching out to us
-
At the moment, we don't have any kind of functionality or workarounds to achieve the infinity vertical scroll.
But we have this in the scope for the future, at this time we don't have any ETA.
Please feel free to search on our suggestions page,
to see if someone may be already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.
You can certainly follow our changeLog page if you'd like ( it is also available in the plugin dashboard), where we state any changes/new features/bug fixes during updates;
and our newsletter, so you're informed about new features, bug fixes, freebies, etc.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
thanks you.
I gonna see what I can do.
juste to be sure, your plugin use datatables.net JavaScript lib ?
this lib support this :
https://legacy.datatables.net/release-datatables/examples/basic_init/scroll_y_infinite.html
can you tell me how I can call datatables.net js function from your plugin ? Wpdatatabes ?
Just an example, it would help me to work on this feature :-)
Hi, Jeremie
Sorry for the waiting time.
You are correct, our plugin is based on Datatables jQuery plugin.
I will check with our senior colleagues if we can provide any additional assistance on this,
to help you implement anything similar to that example.
As soon as they respond i will come back right away.
Thank you for all your patience.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Thanks a lot.
I tested some workaround this weekend to perform something similar.
Here my test :
Table configuration :
- Server-side processing
- pagination : true
- Number result Shown : 1
What i did :
function append_data_filter( $tableMetadata, $tableId, $GET)
{
global $wpdb;
$json = json_decode($tableMetadata);
if($json->draw == 1)
{
update_user_meta(get_current_user_id(), "datatables_datas_history",$json->data);
}
else
{
$value = get_user_meta( get_current_user_id(), 'datatables_datas_history', true );
array_push($value, $json->data);
$json->data = $value;
}
return json_encode($json);
}
My solution is an idea of what we can do, because this solution doesn't take in account filter etc…
But if this solution idea can help your senior colleague to helop me to to this it gonna be amazing ! :)
Hi, Jeremie
Thank you for this update.
We will ask our developers for help and they will check out all the details.
As soon as they advise, we will report back to see if they can help us with this.
Thank you for your patience and cooperation.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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, Jeremie
We got advised on this.
- Datatables does not have this as a built-in feature,
scrollY option is supported only if using an extension called Scroller (https://datatables.net/extensions/scroller/ ).
We don't have this library available in our plugin, so at this time, unfortunately, you will not be able to get the infinite scroll as you need it.
But you can make an improvement suggestion for the future for our developers, and they will do their best to make a solution in the future.
Please feel free to search on our suggestions page,
to see if someone may be already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.
You can certainly follow our changeLog page if you'd like ( it is also available in the plugin dashboard), where we state any changes/new features/bug fixes during updates;
and our newsletter, so you're informed about new features, bug fixes, freebies, etc.
-
If you need a solution for it now, maybe it can be done with a high level of custom work, but I am not sure, to be honest. 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 the near future.
We can recommend reaching out to someone who does custom solutions, such as WP Kraken, but we can't advise on their pricing.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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