Hide pagination menu

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #9429

    Matthew
    Participant

    Is there a way to hide some of the fields related to the pagination menu? I want to hide the ‘Show [ ] entries’, the Previous and Next buttons, and the page numbers.

    I have a data table that I only want users to be able to look through with the search bar, while only displaying a certain number of results at a time.

    #9613

    Matthew
    Participant

    Any ideas guys? I imagine there would be some css to hide some of the menu items from the front end, right?

    #9646

    Anonymous
    Inactive

    Hello ultramat128,
    I sent your issue to our developers department. Sorry for this small delay, they will try to solve it asap. We had some problems, but now everything is ok.

    #9647

    Anonymous
    Inactive

    Hello ultramat128,
    We found the solution!
    #supsystic-table-1_wrapper .dataTables_length, #supsystic-table-1_wrapper .dataTables_paginate {
    display: none;
    }

    you need to insert this code to your CSS (do not forget to change the id of the table) and everything should work correctly. I hope, we’ve helped you.

    #9648

    Anonymous
    Inactive

    Hello ultramat128,
    We found the solution!
    #supsystic-table-1_wrapper .dataTables_length, #supsystic-table-1_wrapper .dataTables_paginate {
    display: none;
    }

    you need to insert this code to your CSS (do not forget to change the id of the table) and everything should work correctly. I hope, we’ve helped you.

    #9661

    Matthew
    Participant

    Thank you so much, this is exactly what I needed!

    A have afew more somewhat related questions too. Would it be possible to only show the ‘previous’ and ‘next’ buttons, without the page numbers? Also, is it possible to to center the search bar, so instead of being right justified it would appear in the center? Thank you again!

    #9766

    Anonymous
    Inactive

    Hello ultramat128,
    yes, please, again I send everything. Hope they will reply asap.

    #9775

    Matthew
    Participant

    Thank you for responding supsystic.anna!

    Please let me know when a solution for this is found.

    #9848

    Anonymous
    Inactive

    Hello ultramat128,
    We found actually all the answers.
    1) Can the next and revious button be shown without numbers? = yes, you need insert this code
    #supsystic-table-1_wrapper .dataTables_paginate>span {
    display: none;
    }
    2) Can we make a search bar being on the center, not at the left/right side? = yes, here is the code for you
    #supsystic-table-1_wrapper #supsystic-table-1_filter {
    float: none;
    text-align: center;
    }
    #supsystic-table-1_wrapper .dataTables_length {
    float: none;
    }
    It will look like this http://prntscr.com/bre8qi

    I hope, I’ve helped you

    #9873

    Matthew
    Participant

    You’ve been a big help, thanks a bunch!

    #9887

    Anonymous
    Inactive

    Ultramat 128,
    We are happy to help!

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.
Thanks so much! Please Enter Your Info Below To Get PRO Discount and Gifts