Today, columns object creation sequence determine the column position at grid/list.

Would like to have a new property to specify that instead.

This is useful when dealing with responsive apps. where if you could change order sequence, it would be easier and better to create a better layout.

for example:
in desktop/tablets, I want this:

Click image for larger version. 

Name:	weblist_column_sequence01.png 
Views:	28 
Size:	39.8 KB 
ID:	17283

while in mobiles, I want the 2nd column going to the 2nd line, while keeping the 3rd/4th column at the 1st line.

Click image for larger version. 

Name:	weblist_column_sequence02.png 
Views:	27 
Size:	39.9 KB 
ID:	17284

this is a much better layout, than keeping the description as 2nd column.

----
Please, note that I am not talking about piColumnId property. This one needs to be kept as it is, which is used to fill-up the grid/list with data to the correct column.

What I am asking is a new web responsive property that just controls the visual sequence of columns appearing in the list, so we can switch that on the fly.

piColumSequenceOrder or any better name.

Regards