I would like to know if its possible to have data exported to a custom format, meaning non of the ones in the ExportFormat enum?
I am using SmartGWT 2.5 Power Edition.
I have searched a bit and can't find another post with this question.
Thank you in advance.
As an example. I would like to export a simple "text" file, .txt , formated with each field having a varying set of spaces.
Say I have data that has the following fields: FirstName, LastName, Date of Birth.
And I want the output to look something like......
LastName _________________ FirstName________DOB
The "_" signifies a space.
I am using SmartGWT 2.5 Power Edition.
I have searched a bit and can't find another post with this question.
Thank you in advance.
As an example. I would like to export a simple "text" file, .txt , formated with each field having a varying set of spaces.
Say I have data that has the following fields: FirstName, LastName, Date of Birth.
And I want the output to look something like......
LastName _________________ FirstName________DOB
The "_" signifies a space.
Comment