web3.storage
web3.storage copied to clipboard
Add reusable, accessibile and api pagination compliant table component
Context
Existing table components are tightly coupled with files and all assume to have all the items on load. In order to have API paginated uploads and pins we need a table to allow for it.
Acceptance Criteria
- [ ] It allows for api pagination
- [ ] It's reusable
- [ ] It allows custom cell rendering
- [ ] It allows custom header rendering
- [ ] It's accessible
Reassigning from @flea89 to @joshJarr Paolo's PR is ready for review.
Waiting for #1739 to be merged
Made a follow up ticket: https://github.com/web3-storage/web3.storage/issues/1834 To ensure styling is aligned across the site.