0.4.1 • Published 9 months ago

@ggyteams/teams-react-datasheet-canvas v0.4.1

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

基于teams-glide-data-grid-core开发的带业务能力可直接使用的npm包

代码结构

--src --components 自定义cell组件 --hooks hook钩子 --App.tsx 对外暴露的excel组件

开发流程

  1. 开发对应业务组件
  2. 执行npm run tsc
  3. 更新package.json中的version
  4. npm publish

props结构

title: GridColumnInfo[]; data: Record<string, GridCell>[]

软链本地

"localDependencies": { "@packages_gh/glide-data-grid-gh": "file:../glide-data-grid-gh/packages/core/dist" },