Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@freshworks/pagination

Package Overview
Dependencies
Maintainers
15
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freshworks/pagination

Introduces pagination for a component

  • 0.15.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
493
decreased by-2.57%
Maintainers
15
Weekly downloads
 
Created
Source

@freshworks/pagination

yarn add @freshworks/pagination

Pagination is used when a large set of data needs to be displayed in a list or table across multiple pages. Nucleus Pagination provides a paginator with visual page numbers for navigation. The component also abstracts the calculation of the items that are displayed on the current page. The developer only needs to pass the total array of records to the pagination component.

Scenario

Pagination can be used to display the list of contacts, companies or tickets across multiple pages in the form of a table

Guidelines

Do's

  1. Pagination should be used when a large set of content is displayed with tables or lists.

  2. Though the number of items on a page can be altered, ensure that the default is reasonable.

  3. Use Mini Pagination when the pagination is to be done inside a toolbar.

Dont's

  1. Do not use pagination if the number of items is known to be less.

  2. Do not override the actions and behaviour of pagination and paginator

Keywords

FAQs

Package last updated on 20 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc