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.
Can we have the table tfoot ? · AllenFang/react-bootstrap-table#1103 | Good First Issue