Grid

Grids are used to capture and maintain tabular data (tables) and then either show it as is on the displays or manipulate the display based on the content of the data, for example you can have a column in the table for category and then change the background color of the data based on which category it belongs to, another example would be that you’ll show the information from the table but only show information related to row from specific category/s.

Example for tables are price list, menu, inventory, game results, grades, etc.

Work flow:

  1. Create the Grid (give it a name and name the columns).
  2. Manage the data in the Grid.
  3. Add repository Item to shows the Grid (you select CSS for the item that contain JavaScript that may manipulate the displayed content, filter data, etc.).
  4. You can duplicate Grids, copy the entire Grid data to a different Grid, and more.