jQuery UI Widgets Forums DataTable pager items – making bigger

This topic contains 2 replies, has 2 voices, and was last updated by  jonno 9 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • pager items – making bigger #67441

    jonno
    Participant

    Hi Folks,

    I’m using jqxDataTable and I want to make the paging buttons,page numbers to make them viewable and usable on a tablet.

    I can change the buttons via css without a problem but the page numbers seem to change back to it’s default sizing.

    I’m using css class .jqx-grid-pager-number to resize the height and font-size.
    Not a problem if there is just one page.
    The problem is when there is more than one page available; when i click on the next page, the page numbers size resets back to it’s small default.

    pager items – making bigger #67467

    Dimitar
    Participant

    Hi jonno,

    I guess you apply the changes through jQuery’s .css() method, whereas, if you want to keep the changes, you would only have to specify them in a style, e.g.: http://jsfiddle.net/Dimitar_jQWidgets/ac27jq6o/.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    pager items – making bigger #68650

    jonno
    Participant

    Thank you for this.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.