1 comment (1 comment)1 reaction (1 reaction)0 assignees (0 assignees)CSS2,266 stars (2,266 stars)538 forks (538 forks)batch import
Version 2enhancementhelp wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- reactcss
- 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.
- unclear
- Prerequisites
- Basic React knowledgeUnderstanding of Tabler Table component
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Examine the existing Table component in the repository (likely in src/components/Table/). Understand how filtering is currently implemented (if any). Look for any related issues or pull requests. Consider adding a sort prop to the Table component that reorders rows based on column values. The implementation should be consistent with Tabler's design patterns.