VTable/packages/vtable/examples
2024-11-05 22:34:30 +08:00
..
animation feat: add scrollTo animation API 2024-10-11 19:13:30 +08:00
auto-size
business
cell-move fix: change_header_position_start event add argumment 2024-10-11 18:49:44 +08:00
components
custom docs: corner custom demo table 2024-09-29 18:42:08 +08:00
custom-layout-jsx
debug
editor
frozen fix: fix right frozen mark position #2344 2024-09-04 19:13:13 +08:00
fs
header Merge remote-tracking branch 'origin/develop' into feat/vue-vtable-v2 2024-09-24 18:33:59 +08:00
icon
interactive
list fix: highlightInRange feature does not include the header 2024-11-05 22:34:30 +08:00
list-analysis fix: fix estimate position in updateAutoRow() #2494 2024-09-27 17:15:23 +08:00
mock-data
pivot feat: add columnWidthConfig to set width by dimensions #2696 2024-10-30 11:47:56 +08:00
pivot-analysis docs: update changlog of rush 2024-10-09 11:58:28 +08:00
pivot-chart test: add bug fix demo 2024-09-03 20:09:32 +08:00
resource-url
stack-text
style
test
theme
transpose
type
unit-test-demo fix: change_header_position_start event add argumment 2024-10-11 18:49:44 +08:00
updateOption
util
vchart
index.html
main.ts
menu.ts fix: highlightInRange feature does not include the header 2024-11-05 22:34:30 +08:00
README.md
style.css
vite.config.js

图表示例开发说明

  1. 先决条件

全局安装 @microsoft/rush

npm i --global @microsoft/rush
  1. 在根目录下安装依赖

运行:rush update

  1. 启动demo

进入到项目中

cd packages/vtable/
rushx demo