Is there a way to manually set the order of in what order columns show up for different views?

I am creating a view that is pulling data from a table with various columns/data. I created a slice already that lists out the data columns i want to display in the view. In the slice, I also ordered the columns in the order I wanted them to appear in the views, but it is not being reflected in the views.

I see that in some of the views, there is an option to manually set the order of the columns, but it is not an option I see available in all of the views. Is there a way to manually set the order of columns for all views?

Thanks for any input!

The column order in the slice reflects only the form view. All view types except Gallery view kind of have the ability to select columns for the order, but all of them don’t have the ablílity to show all of them. What is your biggest challenge? With what view type?

My biggest challenge is that my data keeps getting organized by a specific column, even though it is not my first columns (neither in the data source nor in the slice). I am having the issue with Gallery view (your answer there helps explain that) and also with Card view.

In what way exactly do you want to organize the Card view?

I would like to change what is displayed in the card; the cards are currently displaying data from specific columns, but I would like the cards to display data from different columns.