scania-digital-design-system/sdds

[Feature Request]: Pagination in data table

Closed this issue · 2 comments

Requirements before reporting

  • No duplicated issue reported
  • I have read the contribution guidelines
  • I have checked the lastest version if the feature exist there

Type of feature request

Functionality

What is your feature request?

A pagination functionality for data tables is required for use when large data sets are loaded into the application and displayed in a table.

Background

Infinite scrolling doesnt make for a good user experience when the user has no idea how many records exist in the table and also there is no way for the user to skip a certain number of records or have an easier way to view an old data record. Pagination fixes these problems.

Idea

Add pagination functionality to the existing data table as a feature that can be enabled when using the data table component on SDDS

Goals and objectives

No response

Timeline

ASAP. At least within the first quarter of 2022.

Resources

No response

Contact information

anagha.reghunath@scania.com

Hi @AnReghunath ! We will work on that really soon. Will keep you updated.

Pagination is now available in the web component version in the latest version of @scania/tegel package. You can read more about it in our documentation or try it out in an interactive example.