Hi Isomorphic,
it seems that the Advanced Fieldpicker is not working correctly when reordering columns in combination with Header Spans (v12.0p_2020-09-09), if you add this in the latter:
This is kind of expected (because reordering columns does not work with header spans), but then IMHO the up/down button should be hidden and the fields should appear in the correct position (where they will be in the ListGrid as well) in the field picker.
Also, it seems to me that ListGrid.fieldPickerFieldProperties does not have an effect in the 1st unmodified sample. Can you have a look if everything is correct there?
This is not important to me, I just noticed it.
Best regards
Blama
it seems that the Advanced Fieldpicker is not working correctly when reordering columns in combination with Header Spans (v12.0p_2020-09-09), if you add this in the latter:
Code:
useAdvancedFieldPicker: true, advancedFieldPickerThreshold: 5, fieldPickerFieldProperties: [ "frozen" ],
Also, it seems to me that ListGrid.fieldPickerFieldProperties does not have an effect in the 1st unmodified sample. Can you have a look if everything is correct there?
This is not important to me, I just noticed it.
Best regards
Blama
Comment