ReactTypeScriptFamiliarity with Blueprint Table reordering
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
30
調査方針
The issue requests drag and drop reordering for Tabs, similar to the existing column reordering in the Table component. To start, examine the implementation of column reordering in the Table component (likely in packages/table/src/ or similar). Then, adapt that pattern to the Tabs component (packages/tabs/src/). Pay attention to accessibility (keyboard support) and state management. Since the issue is old, consider commenting to confirm maintainers' interest and get guidance on expected behavior.
FR: drag and drop to reorder Tabs · palantir/blueprint#921 | Good First Issue