Edited in VSCode

This commit is contained in:
MyatKaung95 2022-03-14 12:27:27 +06:30
parent 52e0644fa8
commit a13a47fd47
2 changed files with 143 additions and 0 deletions

42
tq_OBS.tsv.schema.json Normal file
View File

@ -0,0 +1,42 @@
{
"fields": [
{
"name": "Reference",
"type": "string",
"format": "default"
},
{
"name": "ID",
"type": "string",
"format": "default"
},
{
"name": "Tags",
"type": "string",
"format": "default"
},
{
"name": "Quote",
"type": "string",
"format": "default"
},
{
"name": "Occurrence",
"type": "string",
"format": "default"
},
{
"name": "Question",
"type": "string",
"format": "default"
},
{
"name": "Response",
"type": "string",
"format": "default"
}
],
"missingValues": [
""
]
}

101
tq_OBS.tsv.table.json Normal file
View File

@ -0,0 +1,101 @@
{
"columns": [
{
"minWidth": 40,
"download": false,
"formatter": "rowSelection",
"titleFormatter": "rowSelection",
"resizable": true,
"headerSort": false,
"width": 52
},
{
"field": "Reference",
"title": "Reference",
"width": 118,
"minWidth": 40,
"resizable": true,
"sorter": "string",
"headerSort": true
},
{
"field": "ID",
"title": "ID",
"width": 70,
"minWidth": 40,
"resizable": true,
"sorter": "string",
"headerSort": true
},
{
"field": "Tags",
"title": "Tags",
"width": 84,
"minWidth": 40,
"resizable": true,
"sorter": "string",
"headerSort": true
},
{
"field": "Quote",
"title": "Quote",
"width": 95,
"minWidth": 40,
"resizable": true,
"sorter": "string",
"headerSort": true
},
{
"field": "Occurrence",
"title": "Occurrence",
"width": 127,
"minWidth": 40,
"resizable": true,
"sorter": "string",
"headerSort": true
},
{
"field": "Question",
"title": "Question",
"width": 916,
"minWidth": 40,
"resizable": true,
"sorter": "string",
"headerSort": true
},
{
"field": "Response",
"title": "Response",
"width": 862,
"minWidth": 40,
"resizable": true,
"sorter": "string",
"headerSort": true
}
],
"sort": [
{
"column": "Reference",
"dir": "desc"
}
],
"views": {
"Datagrid": {
"plugin": "Datagrid",
"plugin_config": {},
"settings": true,
"row_pivots": [],
"column_pivots": [],
"columns": [
"Reference",
"Question",
"Response"
],
"filter": [],
"sort": [],
"expressions": [],
"aggregates": {}
}
},
"view": "Datagrid"
}