🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
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

latest
Source
npmnpm
Version
0.15.1
Version published
Maintainers
15
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

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

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

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

Dont's

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

  • Do not override the actions and behaviour of pagination and paginator

Keywords

ember-addon

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