Skip to content

v.6 - Using `fieldOrder` to Re-Order and Filter Columns

Compare
Choose a tag to compare
@dnndev dnndev released this 20 Apr 14:23
· 3 commits to master since this release

This version adds the fieldOrder property to the results. fieldOrder can be used to perform 2 things:

  1. Changing the default order of the columns in the display
  2. 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.