tabletools print margin adjustment

tabletools print margin adjustment

onlygkonlygk Posts: 4Questions: 1Answers: 0

hi, i am a new bee. i have integrated datatable in sb-admin v2.0 theme . i have added copy, print and save buttons and all working fine. but in print it still occupies space in the left and top margin (for the menu 250px in left and 50px in top). how to adjust so that i can print with left margin 10px .

Thanks in advance

Replies

  • onlygkonlygk Posts: 4Questions: 1Answers: 0
    @media print
    

    {
    html, body { height: auto; }
    #page-wrapper{ margin: 0 0 0 0; border-left:#FFF; padding: 0 10px; min-height:auto;}
    .navbar-static-side { margin: 0 0 0 0; margin-top: 10px;}
    }

This discussion has been closed.