function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
di_zoudi_zou 

How do I customize the columns in a apex:listView?

I have a apex:listView for my Cases:

 

<apex:ListViews type="Case">
</apex:ListViews>

 

When I display this page, I get the columns Action, Case Number, Contact Name, Subject, Status, Priority, Date/Time Opened, and Case Owner Alias.

 

How would I customize which columns show up and what order the columns are in?

 

Thanks.