React basicsFamiliarity with react bootstrap table component structure
新手友善度1-100 的估計分數,表示該議題對首次貢獻者的友善程度。
70
研究方向
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.