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