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.