Hi,
I have a dataSource with a number of fields. Is there any way to get the list of these fields, in the order specified when the datasource was created.
I know I can get the list by using dataSource.options.schema.model.fields, however the order in alphabetical and not in the order I used when I created the datasource.
Thanks!