Free NBA

KOSTENLOS
Durch API Guy | Aktualisiert 21 days ago | Sports
Popularität

9.6 / 10

Latenz

329ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

Games - Sorting by date

Rapid account: Fdeboniuss
fdeboniuss
a year ago

Hi everybody!
Did anyone have issues sorting by date?
After using a sort:
"someGames.sort((a: Game, b: Game) => {
return new Date(b.date).getTime() - new Date(a.date).getTime();
}))"
I’m facing issues with sorting and pagination.
Are there any tutorial/documentation/discussion about that?

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen