-
Notifications
You must be signed in to change notification settings - Fork 7
Option to change colum order without switching to built_in mode #16
Copy link
Copy link
Open
Labels
enhancement-usabilityMake component easier to useMake component easier to use
Description
Problem; If the order of columns in a repository schema does not align to the necessary concatentation order for the hashkey, you have to switch to built in mode. Further Updates of the schema will be missed or must be synchronized manually (and will remove the customized order). So this can only be a workaround until a better solution.
Solution: Provide an extra property for every column, wich will overrule the schema order. Set this property to a default of "-" (meaning, no sort). The order of concatenation should be: ascending to the order property. Inside the same ordervalue, preserve the schema order, finally add all order "-" columns in order of the schema.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancement-usabilityMake component easier to useMake component easier to use