Pagination Problem

Pagination Problem

oneillgoneillg Posts: 33Questions: 9Answers: 0
edited May 2018 in DataTables 1.10

Hello,

I'm having an issue with pagination in that the pages buttons are overlapping the bottom of the table. Any insight would be appreciated. http://gohomegrown.com/test.html

Thanks,

-Gabe

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Answer ✓

    In your homegrown.css file:

    a {
        ....
        margin: -80px 6px;
    }
    

    That is causing the a elements in the pagination control to appear well above where they should be.

    Allan

  • oneillgoneillg Posts: 33Questions: 9Answers: 0

    Ack! I figured it was something like that. Sorry to bother. -Gabe

  • aynulaynul Posts: 5Questions: 2Answers: 0

    pagination problem example when i go to like as 5 number page and work there and refresh that time its automatic come 1 number page have any solution for this,

    thanks

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    @aynul - please don't duplicate questions.

  • aynulaynul Posts: 5Questions: 2Answers: 0

    thank you so much sir.

This discussion has been closed.