jQWidgets Forums

jQuery UI Widgets Forums Grid 2 quick questions about exporting

Tagged: ,

This topic contains 2 replies, has 2 voices, and was last updated by  Klaus H 12 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • 2 quick questions about exporting #20347

    Klaus H
    Participant

    Hello,

    is it possible to define which columns are exportable? I have a column with the id that I use to generate a button via cellrendering. Now when I export the grid to Excel file, I get just the id in the column and I want to ignore it for the export. Is there something like “exportable: false” or could I hide the column and show it again if there is something like an export finished event that I did not see in the API?

    In the API you documented: “Exports all rows loaded within the Grid to Excel, XML, CSV, TSV, HTML, PDF or JSON.” There is no example given or another mention of PDF, I have tried it out of curiosity, but all I received was an empty PDF file. Do you have more specifics on how to use PDF export?

    Kind Regards
    Klaus

    2 quick questions about exporting #20348

    Peter Stoev
    Keymaster

    Hi Klaus,

    1. Each column has exportable property which you can set to false if you do not want it to be exported.
    2. PDF export is not supported.

    Best Regards,
    Peter Stoev

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

    2 quick questions about exporting #20351

    Klaus H
    Participant

    Hello Peter,

    1. thank you very much, I will try it.
    2. then you should fix the text in the API 😉

    Kind Regards
    Klaus

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

You must be logged in to reply to this topic.