Column Editing
Pin to the left/right or unpin
Move the column to the left or right.Disable Editing
Make the column non-editable.Make field required
Ensure that the user inputs data in the column field.Create calculated column
Create a new calculated column, e.g.,ListPrice2 = [ListPrice] * 2
.Aggregation
Apply aggregation to the column. Options include sum, average, minimum, maximum, or count.Group by
Group the table in ascending or descending order, e.g., byListPrice
.