1 to 2 of 2
You can change the order of the columns in your database or migration and run an uninstall and install. But that will delete existing data. Or you can overwrite the getContentColumns() method in your model and return the columns in the order you need. But the easier way would be to set the $content_columns in your view with the columns names you need in the order you need them.
1 to 2 of 2