react-headless-pagination icon indicating copy to clipboard operation
react-headless-pagination copied to clipboard

Headless ReactJS component for pagination. Built using hooks and tested with Jest.

Results 7 react-headless-pagination issues
Sort by recently updated
recently updated
newest added

#15 Why: In one of our project we need to add `aria-label` in the page buttons where it will also need the page number. For example `aria-label="Go to page 3"`....

Context: In one of our project we need to add aria-label in the page buttons where it will also need the page number. For example aria-label="Go to page 3". That...

Hi, Thank you for this wonderful package. Could you please expose the usePagination hook so that we can use it to programatically go to next/prev pages in whichever customer elements...

I have a large dataset to display but some numbers are overlapping due to their long length. Can I have a way to format number so that instead of displaying...

**Issue:** Edge pages are not filtered correctly, leading to non-sequential pagination when slicing out middle pages. https://github.com/user-attachments/assets/5a076104-df98-4ee3-be0f-486b35eca5f9 **Cause:** The previous logic removed items from the middle of the array without...

# Description My company, Paylocity, is using this lib to build our Pagination component. We have many instances where we need page numbers in the thousands, and we want those...

Literally copy pasted provided Tailwind example and it looks weird. ![image](https://github.com/user-attachments/assets/712004f9-23cd-4d27-b8a6-9ff84c2a65d2) Expected: ![image](https://github.com/user-attachments/assets/31fff69b-8639-4b1a-853b-a276f397eaa8) For such simple component will took more time figuring out what is wrong, than implement properly from...