Versions Compared

Key

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

...

...

Fixed Row Grid

  • type : 'GridFixedRow'
  • rows : A JSON array for JSON Object with 'label' attribute and an optional 'required' attribute. A grid cell with the 'required' attribute of 'row' and 'column' set to 'true' value is a mandatory field.
Code Block
languagejs
rows : [
    {label : 'Username', required: 'true'},
    {label : 'Status'},
    {label : 'Message'},
    {label : 'Date'}
]

 

Grid

Header

  • type : 'Header'

Hidden Field

...