8 comments (8 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,236 forks (2,236 forks)batch import
enhancementgood first issue
Repository metrics
- Stars
- 15,390 stars (15,390 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
数据验证这块,下拉列表功能。现在没有单元格联动功能,即A1选完数据后,B1的下拉列表数据动态变化。这个excel是有这个功能的。看看后续是否支持
Contributor guide
- Research direction
- Study the existing data validation implementation in Luckysheet to understand how dropdown lists are managed. Look for ways to add event listeners for cell changes (e.g., on A1 change) that can dynamically update the dropdown list options in another cell (e.g., B1). Consider using a mapping or callback mechanism to define dependencies between cells.
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- JavaScript