[Enhancement] Implement custom sorting of fields in a DynamicForm #1416
Labels
status:fixed-next-drop
Issue will be fixed in upcoming release.
type:enhancement
New feature or enhancement of existing capability
Milestone
Category
[x] Enhancement
[ ] Bug
[ ] Question
Version
Please specify what version of the library you are using: [Latest]
Expected / Desired Behavior / Question
I would like to see the ability to control the order of list columns that are rendered using a DynamicForm component.
Assumption is that a property could be added to IDynamicFormProps.tsx "fieldOrder" that takes an array of internal field names that will be rendered in order, or similar.
It looks like IDynamicFieldProps already has an Order prop to work with, though I haven't figured out how to make that work in DynamicForm.
Thanks!
The text was updated successfully, but these errors were encountered: