Browse Source

qr code: add section to column-types.md

pull/4142/head
Daniel Spaude 2 years ago
parent
commit
5457230ab1
No known key found for this signature in database
GPG Key ID: 654A3D1FA4F35FFE
  1. 12
      packages/noco-docs/content/en/setup-and-usages/column-types.md

12
packages/noco-docs/content/en/setup-and-usages/column-types.md

@ -32,6 +32,7 @@ menuTitle: 'Column Types'
|[Duration](#duration)| Duration |
|[Rating](#rating)| Rating |
|[Formula](#formula)| Formula based generated column |
|[QR Code](#qr-code)| QR Code visualization of another referenced column |
| [Count](#count) | |
|[DateTime](#datetime)| Date & Time selector |
|[CreateTime](#createtime)| |
@ -267,6 +268,17 @@ N/A
For more about formula, please visit [here](./formulas).
### QR-Code
Encodes the value of a reference column as QR code. The following column types are supported for the for reference column:
* Formula
* Single Line Text
* Long Text
* Phone Number
* URL
* Email
Since it's a virtual column, the cell content (QR code) cannot be changed directly.
### Count
#### Available Database Types

Loading…
Cancel
Save