Here we use mock-server.php to load data via AJAX, data resets every 24 hours. Configure with: data: { type: 'ajax', source: 'API_URL', serverSide: true, method: 'GET', cacheDuration: 300000 } Processing happens server-side; client only renders. Searched, paging, and sorting is cached for 5 minutes. Test how this works by opening the browser's developer tools and going to the Network tab. See documentation →