jQuery UI Widgets Forums Grid Exports to csv with server side paging

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Exports to csv with server side paging #67267

    dave8
    Participant

    Although it’s kind of cool – JQXgrid Export is going to be of little use in our setting if there is not a way to use server side paging to get records in the export.

    It is probably a long shot, but are there any plans to support the use of server-side paging with export? We have enterprise license and will use the equivalent of php-save-file

    Thanks

    Exports to csv with server side paging #67291

    Nadezhda
    Participant

    Hello dave8,

    You can use ‘exportdata’ method in server side paging Grid. In the exported file are loaded only rows from current grid page because these rows are loaded into the grid at this moment.

    Best Regards,
    Nadezhda

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

    Exports to csv with server side paging #67431

    dave8
    Participant

    Yes- we know – we are doing that now. It is very easy, and does that it is advertised to do – just the displayed records.

    I don’t think my question was quite clear enough.

    To state it simply, we would like to know if there is anything in the works for jqxWidgets exportdata method that would accept as a parameter the number of pages to export – the idea would be to not impose a limit of what is just displayed, but rather would would be displayed if all the rows sere displayed.

    We are looking at about 8000 rows, so we dont want to load those into browser, but rather just the downloaded file.

    Thanks!

    Exports to csv with server side paging #67469

    Nadezhda
    Participant

    Hi dave8,

    Unfortunately, such a parameter of “exportdata” method is not available. There is an option to restrict rows if they are loaded but if you want to export all rows you should load them in the Grid(in browser).

    Best Regards,
    Nadezhda

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

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

You must be logged in to reply to this topic.