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