2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,240 stars (2,240 stars)795 forks (795 forks)batch import
help wantedin progress
Description
just like the image bellow, a tfoot

Contributor guide
- Tech stack
- javascriptreact
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- 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 basicsFamiliarity with react bootstrap table component structure
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- Review the implementation of the table header (thead) in the codebase, likely in src/TableHeader.js or similar. Understand how columns are rendered. Then add a similar section for tfoot, allowing users to provide custom footer rows. Ensure the footer is correctly placed after the tbody and can be styled accordingly. Look at the current test files and add tests for the new tfoot feature. Update the component's API documentation to include the new property.