I want to implement a user-defined feature that allows specific fields to be displayed and the order to be adjusted.
For example, I currently have 5 columns(column 1-5) in readonly grid, and the user can present 3 of them as needed and can adjust the order, e.g. display [column 1, column 5, column 3].
Is there any way to implement this feature? Can you give me some advice?
Discussion posts and replies are publicly visible
Can you please elaborate more?
The user wants to display the column they want, for example, the current gridField displays the fields [ID, NAME, AGE, STATUS], but the user wants to display [ID, STATUS, AGE] through dropdown options or other ways.