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
as it turns out the APIs tie the event list count to what the webpage displays - thats not good, but given the lack of response from the API dev of ZM, I may as well handle it locally
done - I'm now supporting infinite-scrolling - as you keep scrolling new pages will be auto loaded. The problem however is the list is shown in ascending order while you are likely interested in descending order. The events API returns in ascending mode. I doubt I can get ZM folks to fix their API, so I'll have to implement an ordering in the client. I'll open a new ticket for this order part.
Not a good idea to grab all. I've got to implement some pagination logic
The text was updated successfully, but these errors were encountered: