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,
how could it be possible to switch the position of "Rows per page" and "Info block"?
I would like to display "Info block" above the table and "Rows per page" below the table. The oposite as it is now.
Attachment
Hi Miroslav
Thank you for reaching out to us.
At the moment, you can only move the table tools by modifying one of our files. More info can be found here.
For you to move the table tools, it is possible that also the edit buttons will move. You'd need to move "B" from the beginning of the string to the end of it, before or after the pagination.
Instead of:
For example.
When it comes to the info block, you can also play around with class.wpdatatable.php file to rearrange the items, as described here.
Hi, how are you?
I tried but doesnt work for me.
$obj->dataTableParams->sDom = "T<'clear'>{$showRowsPerPage}{$globalSearch}{$scrollable}{$infoBlock}B{$pagination}";
Is still working this solution on the last version?
Thank you
Hello Santiago
This still works in the latest version, but please tell me what are you trying to do? The same thing Miroslav did, or something similar?
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, how are you?
Yes, I want to change the position of the Table Tools to below all data table. For example nex to the cuantity entries information or even below that.
Hi Santiago
After a few days off, I'm good, thanks! How about you?
I need you to tell me which skin you're using with wpDataTables? Some configuration is different for different skins, so I'll need to replicate the appearance locally first.
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, nice to here you. I am good too :D
I am using Material Base Skin. If you need another info just ask me.
Bye!
Hi again Santiago.
I just tested moving the "B" below {$pagination} and it moved the tools (along with the edit buttons, though), below the table:
So, the code was changed to this on line 3652 in file wp-content/plugins/wpdatatables/source/class.wpdatatable.php:
I 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