Please, I am pulling the Contributors data for a repository from GitHub using their API which I will render on a table total number for now is 589 and I can currently only get 100 names to show on the table, pagination has been suggested but I don’t know how to implement it in this situation. Please help. Thank you
I suggest you use a different method to collect the contributors list, and drop it in your data directory. Load the data locally rather than remotely.
Thank you for your speedy reply.
Can you suggest any other method that will still allow me pull in the data as it updates on the repo? The previous method involved inputting the details manually, we would like to change this as the data is growing.
Thank you.