innovaccer / design-system

Masala Design System (MDS) is an open-source design system built at Innovaccer. Figma file : https://www.figma.com/community/file/974368355920553546/masala-design-system-web-guidelines
https://mds.innovaccer.com
MIT License
84 stars 79 forks source link

Table: Infinite scrolling #285

Closed mukuljainx closed 4 years ago

mukuljainx commented 4 years ago

Summary

Just like the async table fetches data when page changes in infinite scrolling it can fetch when few rows are left which can have some default and changeable through props.

Basic example

<Table
    {...props}
    infiniteScroll
/>

Motivation

Some pages have infinite scrolling, like the Care protocol audit

satyamyadav commented 4 years ago

@mukuljainx As per our discussion with design team, table will not have infinite scroll capability. Design team will coordinate with your designer and update design for you, hence closing this request.