Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Most data types show up in customizable grids.  The user is able to select the fields that they want to appear in each grid by clicking on the  in the upper right hand side of the grid and check marking the column header name, as well as the order of the columns by simply dragging and dropping them in the desired order. Column widths may be changed by hoovering over the column line and dragging it to the desired size. The user can 'reset' the columns to the system defaults by clicking on the Image Removedin the upper right hand side of the grid.

Grid results are "lazy-loaded", meaning that you can scroll down through all of the data and it gets loaded as you go.  This means there is no limit on maximum records that can be returned, and no "page numbers" to deal with to see your results.  Clicking on a row in the grid brings up a highlight view of the record you are on.  To remove the summary view the user can click on the row again or click on the  in the corner of the view.

...