1 comment (1 comment)0 reactions (0 reactions)1 assignee (1 assignee)TypeScript12,714 stars (12,714 stars)2,228 forks (2,228 forks)batch import
good first issuematerial
Description
有一个场景:可编辑表格,有权限的人可以编辑,无权限的人不显示新增编辑删除等操作,试了添加disabled和readonly属性无法实现
Contributor guide
- Tech stack
- typescriptreact
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- React basicsLowcode engine component API
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- Investigate the editable table component in the lowcode engine codebase. Look for the component's source code (likely in packages/editor core or similar) to understand existing props and how editability is controlled. Consider adding a 'disabled' or 'readonly' prop to the table component. Check comments on the issue for any maintainer guidance, and review similar component patterns for consistency.