Sign In

@ks-dbdev/template-react-db-record

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ks-dbdev/template-react-db-record

1. 点击第一个Base Info按钮,可以查找单元格的基础信息 2. 点击第二个Current Sheet Fields Meta按钮,可以查找当前sheet下的字段列表 3. 点击第三个Sheets Meta List按钮,可以查所有sheet的信息 4. 点击第四个按钮Current Sheet View Meta,可以查当前sheet下的view列表信息 5. 第五个按钮为一个demo组件,绑定了三个字段,当点击某一行的单元格,可以对该行的任务进行管理。**注意**,这里的字段必须与代码中要求的字

npmnpm
Version
0.1.3
Version published
Weekly downloads
36
Maintainers
2
Weekly downloads
 
Created
Source

主要功能

  • 点击第一个Base Info按钮,可以查找单元格的基础信息
  • 点击第二个Current Sheet Fields Meta按钮,可以查找当前sheet下的字段列表
  • 点击第三个Sheets Meta List按钮,可以查所有sheet的信息
  • 点击第四个按钮Current Sheet View Meta,可以查当前sheet下的view列表信息
  • 第五个按钮为一个demo组件,绑定了三个字段,当点击某一行的单元格,可以对该行的任务进行管理。注意,这里的字段必须与代码中要求的字段一致,否则不生效,代码中的字段要求如下:
//任务管理器绑定三个字段,任务描述,任务执行人,任务状态
const taskDescription = 'B' //绑定任务描述字段
const taskUserFieldId = 'O' //绑定执行人
const taskFieldId = 'F' //绑定是否完成字段

可参考链接https://www.kdocs.cn/l/celFWiCFKQOX?R=L1MvMQ==

FAQs

Package last updated on 02 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts