We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能够在切换月份时返回到页面上进行处理,在数据量较大或需要动态加载每个月的单独数据时非常有效。
在canlendar.js的handleSwitchModeChange方法的最后加上
canlendar.js
handleSwitchModeChange
this._trigger('switch', { value: newValue });
The text was updated successfully, but these errors were encountered:
👋 @prprprPro,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
@prprprPro 下个版本将补充一个 panel-change 事件,事件类型为 (year: number, month: number) => void
Successfully merging a pull request may close this issue.
这个功能解决了什么问题
能够在切换月份时返回到页面上进行处理,在数据量较大或需要动态加载每个月的单独数据时非常有效。
你建议的方案是什么
在
canlendar.js
的handleSwitchModeChange
方法的最后加上The text was updated successfully, but these errors were encountered: