Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Adding support for a variable number of columns in the Table component

オープン
#373 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
30/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
javascript, react, storybook
領域
frontend

調査の方向性

まず Table コンポーネントを見つけ、現在の2列のキー・バリュー API を確認します。既存のコンポーネントストーリーと Jest のカバレッジを比較し、実装前に N 列のデータ形式と、設定可能な列の動作を明確にします。完了条件は、コンポーネントがドキュメント化された例と成功するテストを伴って複数列をサポートすることです。

索引モデルが issue の本文から書いたものです。

説明

approved

Is your feature request related to a problem? Please describe.
Currently the table component only supports two columns that are in a key-value pair format. This can be a bit limiting for more complex datasets may require multiple columns of different types of data.

Describe the solution you'd like
I'd like the the table component to support a different format that allows for N columns. Maybe the component could have a configurable number of columns, and you could pass in N length arrays of objects for each row to populate it?

主要言語
JavaScript
スター
4
フォーク
2
PR マージ指標
30日以内にマージされた PR はありません

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

bcgov/react-shared-components のほかの issue

bcgov/react-shared-components の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。