Open scriptnojava opened 2 months ago
接口说明中 有事件pivot_sort_click
接口说明中 有事件
pivot_sort_click
这个事件里面不知道点击的是上箭头还是下箭头。他是按照默认顺序的。我看代码里面用的是一整张svg图
Related issue #2467
感谢你的反馈!我们已经收到你的问题,并将在后续进行处理。 如果有开发者对这个 issue 感兴趣,请在issue下方留言“认领该issue”,留言后开始你的创作提pr给我们! 欢迎大家参与开源共建!我们非常感激每一位贡献者,提交pr后我们将为参与共建的开发者准备一份礼品。 参与共建可参考:https://visactor.io/vtable/guide/Contribution_Guide 与官方开发者交流问题可以下载飞书app扫码加入飞书群: 再次感谢你的支持!
Thank you for your feedback! We have received your question and will deal with it later. If any developer is interested in this issue, please leave a message "claim this issue" below the issue, and then start submitting your creation to us! Welcome everyone to participate in open source co-construction! We are very grateful to every contributor. After submitting the PR, we will prepare a gift for the developers who participate in the co-construction. For participation in co-construction, please refer to: https://visactor.io/vtable/guide/Contribution_Guide To communicate with official developers, you can download the Feishu app and scan the QR code to join the Feishu group! Thank you again for your support!
What problem does this feature solve?
用户部分用户对于某些数据一上来可能会先关注降序,有些关注升序,但是目前点击排序是固定的顺序,先下后上。
What does the proposed API look like?
可以通过点击箭头增加一个参数,知道点击的是上箭头还是下箭头。