smswithoutborders / gateway-client-reliability-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Passing Pagination and Filter Values from Table Components to API Calls

PromiseFru opened this issue · comments

Currently, the table component handles pagination and filtering on the client side. However, this approach can lead to increased client-side processing and potentially slower performance, especially when dealing with large datasets. We should enhance the table component to pass pagination and filter values directly to the API call to optimise performance and reduce client-side workload.