Versions Compared

Key

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

...

Code Block
- label: 'Created on'
  key: 'createdon'
  type: 'date'
  showInTableHeader: true
  showInDetailList: true

Boolean

type: boolean

In case you want to show the boolean state of a value as either  Yes or  No. Make sure that you declare the data backend-wise in the correct format: True or False.

Code Block
- label: 'Is Shipped'
  key: 'shipped'
  type: 'boolean'
  showInTableHeader: true
  showInDetailList: true

Action

type: action

Based on backend-data

...