Hey there, Awesome Customers!

Just a heads up: We'll be taking a breather to celebrate International Workers' Day (May 1st and 2nd - Wednesday and Thursday) and Orthodox Easter from Good Friday (May 3rd) through Easter Monday (May 6th). So, from May 1st to May 6th, our team will be off enjoying some well-deserved downtime.

During this time, our customer support will be running on a smaller crew, but don't worry! We'll still be around to help with any urgent matters, though it might take us a bit longer than usual to get back to you.

We'll be back in action at full throttle on May 7th (Tuesday), ready to tackle your questions and requests with gusto!

In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find loads of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel). These gems might just have the answers you're looking for while we're kicking back.

Thanks a bunch for your understanding and support!

Catch you on the flip side!

Warm regards,

TMS

Okay
  Public Ticket #3432812
How can change pagination arrow to text and How to switch position search form and search results entires?
Closed

Comments

  • Theo started the conversation

    How can change pagination arrow to text and How to switch position search form and search results entires?

    Attached files:  Untitled.png

  •  1,692
    Miloš replied


    Hi Theo,

    1. In regards to changing the pagination to text instead of arrow,

    at the moment we do not have a solution for it, but it is a good idea for 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.


    2.

    In terms of switching places between the "Show number of rows" and "Search" above the table:

    we don't have an easy built-in way,

    but you can try with this CSS,   to make the "Number of rows" go to the right side:

    .wpDataTablesWrapper .dataTables_length {
        float: right !important;
    }

    And to make the "Search" move to the left position:

    .wpDataTablesWrapper .dataTables_filter {
        float: left !important; 
    }
    

    So, you can combine all of this together, and add it,

    if you wish to have this only for one table, go in this table Customize tab/Custom CSS,

    and add it there,

    or if you need to have the same style for all tables, add this to main plugin settings/Custom JS and CSS/Custom CSS.

    Let me know if that works for you?smile.png Thanks



    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia 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