Grid details

Grid details

List of properties, that help to specify grid details. They apply to the complete grid.

You can enable grid features by adding the property to the configuration. 

  • gd.allowAddRowsEnable or disable the possibility to add rows
  • gd.cleanupTableDelete rows from the gridtable when containing issue is deleted.
  • gd.columnsUse this to specify what columns should be displayed on the grid
  • gd.decimalSeparatorUse this to specify the default decimal separator for any grid column of type 'number'
  • gd.delete.allowedAllow or disallow users to delete individual rows on a grid
  • gd.delete.confirmationWhen enabled, the grid will ask for confirmation before deleting a set of rows using the 'delete non modified' or 'delete duplicates'
  • gd.emptyRowsUse this to initialize the grid with a number of empty rows. Property is applied when you create a new issue. Columns are initialized with their default value
  • gd.enableXSSValidationThis property is in the first place meant to protect against XSS attacks. Use this property to block submission of html based data into a grid cell (string or textarea). 
  • gd.filterEnable filtering capabilities on the grid such that a user can filter out rows based on a search term
  • gd.insertChangeCommentsInsert grid changes as comments to the issue
  • gd.readonlyWhen you want to use the grid for displaying purposes only
  • gd.sample.sizeGenerate a number of rows with randomly generated content for each of the columns such that a grid can be tested.
  • gd.selectorEnables selection capabilities on the grid such that a user can select one row. Cell value that resides in the selected row and selector column is accessible in other grid queries using {customfield:XXXXX} notation
  • gd.tablenameProvide the base name of the grid table
  • gd.trackingWhen enabled, adds 4 tracking columns to the grid table to know who and when a grid row has been added and/or updated.