jQuery UI Widgets Forums Grid Grid columns data pageable

This topic contains 3 replies, has 2 voices, and was last updated by  Hristo 3 years, 5 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Grid columns data pageable #107518

    dan123
    Participant

    Hi i created this jqxgrid spreadsheet where i am trying to add pagination based on columns.

    So example the pagination should depending on the number of columns. There are 20 columns of data, and i want to pagination to show only 5 columns per page

    Page 1: 5 columns
    Page 2: 5 columns
    Page 3: 5 columns,
    etc

    I will appreciate if there was a workaround.

    Here is my example i created:
    http://jsfiddle.net/roc4Lq07/4/

    Grid columns data pageable #107532

    Hristo
    Participant

    Hello dan123,

    It will be better if you could clarify it.
    Because if you want to change the number of columns you just need to change its number in place which determinates them.
    Please, take a look at this example:
    http://jsfiddle.net/howb6e1x/

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

    Grid columns data pageable #107537

    dan123
    Participant

    Hi Hristo,

    I mean like am trying to add rows of as columns. So the 20 columns will be more like the rows of data and i am trying to make the pagination be based on the number of columns and not by rows.

    here is the one with 20 columns which for each page, i want to only show 5 columns.

    http://jsfiddle.net/3qL2jyps/

    Grid columns data pageable #107578

    Hristo
    Participant

    Hello dan123,

    There is no such feature, unfortunately.
    That you could try is to create a custom scenario.
    For example, it is possible to create the jqxRibbon which is placed on the bottom of the jqxGrid.
    Each new tab of the jqxRibbon will show jqxGrids with different columns.

    Or another scenario, the jqxGrid with jqxToolBar under the table or in its statusbar.
    But you should create this with your custom logic.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.