2.2.10.14 Table

Properties of Table

  1. ID – unique identifier of the table
  2. Bound Field – table array assigned to the table
  3. Definition – opens up the Definition Dialog Screen
  4. No Toolbar – shows/hides the table toolbar
  5. No Auto Load – setting to prevent loading the data into the table
  6. Enabled - set a boolean value or a variable with type boolean from the Model to control the enable property
  7. Visible - set a boolean value or a variable with type boolean from the Model to control the visibility property
  8. Advanced - properties of the control not available in the above list can be added here. 

    Setting Additional Properties provides further information about the Advanced property

Definition Dialog Screen

  1. Header text – table heading/description
  2. Show no data – activates the text assigned in the “No data text” definition when the table is empty
  3. No data text – text to be displayed when the table is empty
  4. Growing – activates the Growing property of the table
  5. Growing Threshold – defines the number of entries to be requested from the model for each grow (e.g. setting it to 100 will request and show the first 100 entries)
  6. Mode – selection for the table mode
  7. Model based? – sets the table to always refer the entries to the model defined
  8. Model – model to be used
  9. Entity set – entity set to be used based from the model assigned
  10. Filters – set the filters to be passed onto the model
  11. Keep delete button – keeps the delete button after records have been deleted
  12. Hide export button – hides the export button from the toolbar
  13. OnItemPress – executes the javascript function assigned for this event
  14. OnSelect - executes the javascript function assigned for this event
  15. OnUpdateFinished - executes the javascript function assigned for this event
  16. OnDelete - executes the javascript function assigned for this event

Step-by-step guide

  1. Right click on a Page and select Add Table--->Table
  2. A table has been created
  3. Right Click on the Table Columns to add column headings
  4. Right Click on the Table Cells to add the corresponding UI Element