cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sap.ui.table.Table : Move columns programmatically (OData binding)

sdebeaulieu
Participant
0 Likes
499

Hello,

I've got a sap.ui.table.Table built with OData model. I can move columns (change order) with my mouse, and I can manage consequences with ColumnMove event. Today, I would like to move those columns without drag&drop them, but from a list. May you tell me how to proceed? I can't find a way with Table functions.

Thank you very much.

Cheers,

Sev

Accepted Solutions (0)

Answers (1)

Answers (1)

sdebeaulieu
Participant
0 Likes

Actually, removeColumn / insertColumn is working. Feel free to share if you have a cleaner way to do it!