Skip to content
New issue

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

允许 hc:Pagination 仅当点击页面/跳转时才触发 PageUpdated 事件 #1703

Open
CodingOctocat opened this issue Feb 26, 2025 · 0 comments

Comments

@CodingOctocat
Copy link

Feature request type

enhancement

Is your feature request related to a problem? Please describe

有时,我希望用户点击页码/跳转才触发 PageUpdated 事件,比如我的程序支持类似浏览器一样的前进、后退操作,当前进、后退时,页面的数据被还原,但由于PageIndex 发生改变,导致 PageUpdated 事件再次被调用,这是不必要的事件响应,

Describe the solution you'd like

可以新增一个 Command 属性来实现此功能。

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant