Skip to content

Commit

Permalink
Merge pull request #421 from VisActor/docs/addUpdateDemos
Browse files Browse the repository at this point in the history
Docs/add update demos
  • Loading branch information
fangsmile authored Oct 18, 2023
2 parents a0b58ef + c2cc3f2 commit c7a180a
Show file tree
Hide file tree
Showing 137 changed files with 1,547 additions and 61 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "docs: add option to all demos\n\n",
"type": "patch",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "892739385@qq.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "fix: init listtable with blank columns occur error #405\n\n",
"type": "patch",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "892739385@qq.com"
}
1 change: 1 addition & 0 deletions docs/assets/demo/en/basic-functionality/auto-wrap-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: Line Wrapping
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/auto-wrap-text.gif
order: 3-1
link: '../guide/basic_function/auto_wrap_text'
option: ListTable#autoWrapText
---

# line wrapping
Expand Down
1 change: 0 additions & 1 deletion docs/assets/demo/en/basic-functionality/export-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ category: examples
group: Basic Features
title: Export image
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/export-image.png
Order: 3-4
---

#Export Image
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/demo/en/basic-functionality/frozen-col.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ category: examples
group: Basic Features
title: frozen column
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/frozen-col.gif
order: 3-3
link: '../guide/basic_function/frozen_column'
option: ListTable#frozenColCount
---

# Freeze column
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: Row Height Mode - Fits Container Width
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/width-mode-adaptive.png
order: 3-5
link: '../guide/basic_function/row_height_column_width'
option: ListTable#heightMode
---

# Row Height Mode - Fits to Container Height
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ category: examples
group: Basic Features
title: Row Height Mode - Adapt to Content
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/width-mode-adaptive.png
order: 3-5
link: '../guide/basic_function/row_height_column_width'
option: ListTable#heightMode
---

# Row Height Mode - Fits to Container Height
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ group: Basic Features
title: List Table - Header Group
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/list-table-header-group.png
link: '../guide/table-type/list-table'
option: ListTable-columns-text#columns
---

# List Table - Header Group
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/demo/en/basic-functionality/merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ category: examples
group: Basic Features
title: Merge Cells
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/merge.png
order: 3-4
option: ListTable-columns-text#mergeCell
---

# Merge cells
Expand Down
1 change: 1 addition & 0 deletions docs/assets/demo/en/basic-functionality/sort.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: Sort
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/sort.gif
order: 3-2
link: '../guide/basic_function/sort'
option: ListTable-columns-text#sort
---

# sort
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: Column Width Mode - Fits Container Width
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/width-mode-adaptive.png
order: 3-5
link: '../guide/basic_function/row_height_column_width'
option: ListTable#widthMode
---

# Column Width Mode - Fits Container Width
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: Column Width Mode - Adapt to Content
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/width-mode-autoWidth.png
order: 3-6
link: '../guide/basic_function/row_height_column_width'
option: ListTable#widthMode
---

# Column Width Mode - Adapt to Content
Expand Down
1 change: 1 addition & 0 deletions docs/assets/demo/en/business/color-level.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ group: Business
title: Sales heat map
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/color-level.png
order: 9-1
option: PivotTable-indicators-text#style.bgColor
---

# Sales heat map
Expand Down
4 changes: 4 additions & 0 deletions docs/assets/demo/en/business/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ This example shows the main R & D roadmap that follows VTable

## Key Configurations

- register.icon
- headerIcon
- icon

## Code demo

```javascript livedemo template=vtable
Expand Down
1 change: 1 addition & 0 deletions docs/assets/demo/en/cell-type/chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: Chart Type
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/chart.png
order: 2-3
link: '../guide/cell_type/chart'
option: ListTable-columns-chart#cellType
---

# Chart Type
Expand Down
1 change: 1 addition & 0 deletions docs/assets/demo/en/cell-type/composite-cellType.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: Custom function specifies cell type
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/cellType-function.png
Order: 2-1
link: '../guide/cell_type/cellType'
option: ListTable-columns-function#cellType
---

# Cell content type
Expand Down
1 change: 1 addition & 0 deletions docs/assets/demo/en/cell-type/multi-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: Cell Content Type
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/multi-type.png
order: 2-1
link: '../guide/cell_type/cellType'
option: ListTable-columns-text#cellType
---

# Cell Content Type
Expand Down
1 change: 1 addition & 0 deletions docs/assets/demo/en/cell-type/progressbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: Progressba Type
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/progressbar.png
order: 2-2
link: '../guide/cell_type/progressbar'
option: ListTable-columns-progressbar#cellType
---

# Data Bar Type
Expand Down
1 change: 1 addition & 0 deletions docs/assets/demo/en/component/dropdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: Drop Down Menu
cover: https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/preview/dropdown.png
order: 8-2
link: '../guide/components/dropdown'
option: ListTable-columns-text#dropDownMenu
---

# drop down menu
Expand Down
Loading

0 comments on commit c7a180a

Please sign in to comment.