-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
feat: add usePagination #105
Conversation
- remove redundant arguments in useEffect
getDistenceTop ===> getDistanceTop
* feat: make deps optional
fix: typo in useVirtualList
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/umijs/hooks/5qanbrrzw |
Is the name of this hooks |
* feat: rename useControlledValue to useControllableValue
#100 暂时没有支持 2,3点 |
有个小疑问。。选中第3页,然后更改 |
不需要。但是如果 current 越界了,就要变成当前最大的 current。 |
OK |
* feat: add useSelections * refactor: rewrite useSelections and add test * fix: fix test of useSelections * refactor: useUpdateEffect (#103) * feat: add useUpdateEffect * feat: useSelections add setSelected and add test * refactor: return object instead of array * feat: add demo for useSelections * docs: add document for useSelections * fix: fix demo of useSelections * feat: add usePagination * chore: add usePagination reference * fix: Put the function with same deps into one useMeno * feat: useAntdTable add sorter, filters * fix: deps error * fix: change halfSelected -> partiallySelected * fix: useAntdTable determine if filters are equal change to a more robust method * feat: add usePagination (#105) * feat: add usePagination
No description provided.