pagination icon indicating copy to clipboard operation
pagination copied to clipboard

React Pagination

Results 80 pagination issues
Sort by recently updated
recently updated
newest added

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.3.1 to 15.0.4. Release notes Sourced from @​testing-library/react's releases. v15.0.4 15.0.4 (2024-04-23) Bug Fixes Ensure renderHook options extend options for render (#1308) (48282c2) v15.0.3 15.0.3 (2024-04-23) Bug...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @​eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat: Provide helpful error message...

dependencies

Bumps [np](https://github.com/sindresorhus/np) from 9.2.0 to 10.0.5. Release notes Sourced from np's releases. v10.0.5 Fix npm 10 compatibility for real (#744) 34409be https://github.com/sindresorhus/np/compare/v10.0.4...v10.0.5 v10.0.4 Fix compatibility with npm 10 (#743) 4caa295...

dependencies

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.2.0. Release notes Sourced from eslint-plugin-jest's releases. v28.2.0 28.2.0 (2024-04-06) Features support providing aliases for @jest/globals package (#1543) (744d4f6) v28.1.1 28.1.1 (2024-04-06) Bug Fixes max-expects:...

dependencies

https://github.com/ant-design/ant-design/issues/48203

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 50.0.1 to 52.0.0. Release notes Sourced from eslint-plugin-unicorn's releases. v52.0.0 New rules no-single-promise-in-promise-methods (#2258) 8f0ee89 no-await-in-promise-methods (#2259) a3be554 no-anonymous-default-export (#2273) c035216 Improvements filename-case: Add option for multiple...

dependencies

![image](https://github.com/react-component/pagination/assets/106524453/bc77e140-cd16-4823-9850-34a95494a31c) here my questionsPerPageArray is [5, 5, 4, 5 , 5 , 5, 3] what's happening when I'm on 1st page it is showing me 7 page total , but...

Ant Design Pagination enhanced feature added in https://github.com/ant-design/ant-design/pull/46757 depends this PR changes

当点击下一页后按下enter键,预期是出现页数加一,但实际按下enter键除了会触发键盘事件还会默认触发元素的点击事件,所以会出现页数加二的情况,反之点击上一页然后按下enter键也是如此,页数会减二而不是预期的减一,最直接的解决办法是`event.preventDefault`阻止默认事件即可,但是也会想到即使不写键盘事件,点击下一页,此时元素已经获取到焦点,此时按下enter键也会默认触发元素的点击事件,达到页数加一的效果,那么写键盘事件是否是冗余代码?翻看了业内比较知名的mui与element-plus,似乎他们并没有专门关照enter键盘事件 close https://github.com/ant-design/ant-design/issues/47531

Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.11. Release notes Sourced from husky's releases. v9.0.11 chore: update package-lock.json by @​btea in typicode/husky#1383 fix: export HUSKY=0 in init (fixes #1393) by @​typicode in...

dependencies