You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Table component fetches all the data in one go and paginates it on the frontend. It's implementation must be modified to support Server Side Pagination i.e. it must fetch only a few entries at a time.
The text was updated successfully, but these errors were encountered:
Currently, the Table component fetches all the data in one go and paginates it on the frontend. It's implementation must be modified to support Server Side Pagination i.e. it must fetch only a few entries at a time.
The text was updated successfully, but these errors were encountered: