Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    CSV Export should use column name instead of title

    Browser: any
    SmartGWT version: smartgwtpower-3.1d

    When doing a CSV export, the exported file contains the column title instead of the name.
    This might be more readable for the user. But from a technical point of view it might cause errors. For example using that csv and import it again with the BatchUploader does not work anymore because the columns won`t be recognized.

    #2
    The default is to use the title since that's what the user sees in the application. If you want to override this, you can control this via dataSourceField.exportTitle.

    Comment


      #3
      Ok. Thanks for clarification

      Comment

      Working...
      X