How to fetch records from the server in a polling/feed manner for datatable? For example, initially load all records then check for new/updated records every 10 secs?
Beware that to continue loading dynamically, start record should be stored (this._start). It will ensure that you reload data with the same url. Start should be changed every time the request for the new data is sent and this._start is modified.