Skip to content

Commit 6aa0369

Browse files
committed
fix table props
1 parent eb20557 commit 6aa0369

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

docs/assets/examples/features/data-sources.idoc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
{
4040
"type": "table",
4141
"dataSourceName": "jsonData",
42-
"options": {
42+
"variableId": "jsonTable",
43+
"tabulatorOptions": {
4344
"autoColumns": true,
4445
"layout": "fitColumns",
4546
"maxHeight": "100px"
@@ -49,7 +50,8 @@
4950
{
5051
"type": "table",
5152
"dataSourceName": "csvData",
52-
"options": {
53+
"variableId": "csvTable",
54+
"tabulatorOptions": {
5355
"autoColumns": true,
5456
"layout": "fitColumns",
5557
"maxHeight": "200px"

docs/assets/examples/features/data-transformations.idoc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
{
6363
"type": "table",
6464
"dataSourceName": "rawData",
65-
"options": {
65+
"variableId": "filteredTable",
66+
"tabulatorOptions": {
6667
"autoColumns": true,
6768
"layout": "fitColumns",
6869
"maxHeight": "200px"
@@ -72,7 +73,8 @@
7273
{
7374
"type": "table",
7475
"dataSourceName": "categoryStats",
75-
"options": {
76+
"variableId": "categoryStatsTable",
77+
"tabulatorOptions": {
7678
"autoColumns": true,
7779
"layout": "fitColumns",
7880
"maxHeight": "150px"

docs/assets/examples/features/dropdown.idoc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
{
4444
"type": "table",
4545
"dataSourceName": "productData",
46-
"options": {
46+
"variableId": "productTable",
47+
"tabulatorOptions": {
4748
"autoColumns": true,
4849
"layout": "fitColumns",
4950
"maxHeight": "200px"

0 commit comments

Comments
 (0)