Merge pull request #406 from incubateur-territoires/column-description

feat: Add a description to a grist table column
This commit is contained in:
jarek
2023-02-23 17:16:17 +01:00
committed by GitHub
14 changed files with 269 additions and 21 deletions

View File

@@ -496,6 +496,7 @@ function testDocApi() {
isFormula: false,
formula: '',
label: 'A',
description: '',
untieColIdFromLabel: false,
summarySourceCol: 0,
displayCol: 0,
@@ -516,6 +517,7 @@ function testDocApi() {
isFormula: false,
formula: '',
label: 'B',
description: '',
untieColIdFromLabel: false,
summarySourceCol: 0,
displayCol: 0,
@@ -536,6 +538,7 @@ function testDocApi() {
isFormula: false,
formula: '',
label: 'C',
description: '',
untieColIdFromLabel: false,
summarySourceCol: 0,
displayCol: 0,
@@ -556,6 +559,7 @@ function testDocApi() {
isFormula: true,
formula: '',
label: 'D',
description: '',
untieColIdFromLabel: false,
summarySourceCol: 0,
displayCol: 0,
@@ -576,6 +580,7 @@ function testDocApi() {
isFormula: true,
formula: '$A.upper()',
label: 'E',
description: '',
untieColIdFromLabel: false,
summarySourceCol: 0,
displayCol: 0,