v.6 - Using `fieldOrder` to Re-Order and Filter Columns
This version adds the fieldOrder
property to the results. fieldOrder
can be used to perform 2 things:
- Changing the default order of the columns in the display
- Removing columns from the display without having to create a different Model
This version removes the Songs column from the display and re-orders the remaining columns so that ScientificName is first and Name is second.