Is there a way to reorder columns in the FeatureTable?
I have come all the way to the end in one of my project, and stuck at this step.
Solved! Go to Solution.
Problem solved, I had to set the outField array in the feature table definition. Having it set in the FeatureLayer doesn't do the ordering, also order of fieldInfos array doesn't set order in the table.
Problem solved, I had to set the outField array in the feature table definition. Having it set in the FeatureLayer doesn't do the ordering, also order of fieldInfos array doesn't set order in the table.