Can I pick only certain fields for a dynamicForm from a datasource without redefining types/editors?
It seems I can get all datasource fields (by adding no fields to the form or form.setUseAllDataSourceFields(true)) or I can add certain fields by adding them by form.setFields(..) but then I need to know their editor types and don't get this automatically.
Or can I loop and set the unwanted ones to hidden? Any ideas? Thanks.
It seems I can get all datasource fields (by adding no fields to the form or form.setUseAllDataSourceFields(true)) or I can add certain fields by adding them by form.setFields(..) but then I need to know their editor types and don't get this automatically.
Or can I loop and set the unwanted ones to hidden? Any ideas? Thanks.
Comment