[Table] table组件 dragSort 设置 row-handler-col 时,仅行拖拽生效,列拖拽不生效 #27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://github.com/TDesignOteam/tdesign-projects-action | |
| name: project-issue-trigger | |
| on: | |
| issues: | |
| types: [opened, closed] | |
| jobs: | |
| project-issue-trigger: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: issue to project | |
| uses: TDesignOteam/tdesign-projects-action@main | |
| env: | |
| GH_TOKEN: ${{ secrets.TDESIGN_BOT_TOKEN }} | |
| PROJECT_TYPE: ISSUE2TRIGGER | |
| PROJECT_ID: 1 |