jQuery UI Widgets Forums Grid KnockoutJS paging

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • KnockoutJS paging #60529

    Windmill
    Participant

    I am currently evaluating jqxGrid with KnockoutJS from jqWidgets 3.5.0 and I have ran into a problem with the paging. My problem is that the paging controls appears under the column headers instead of being at the bottom.

    1. Is this a known issue?
    2. What can I do to fix it?

    Below are my options that I pass to the grid:

    `var options = {
    autoheight: true,
    pageable: true,
    pagesize: 20,
    groupable: true,
    columnsreorder: true,
    altrows: true,
    width: ‘100%’,
    disabled: ko.observable(false),
    theme: ‘metrodark’,
    source: ko.observableArray(myData), //JSON data
    columns: myColumnArray
    };`

    KnockoutJS paging #60578

    Dimitar
    Participant

    Hello Windmill,

    Thank you for your feedback. The issue originates in the theme setting. We will investigate it and fix it as soon as possible. Until then, you can remove the theme and the pager should be displayed in its right place.

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.