Skip to main content

RestDataProvider methods

NameDescription
getCards()Gets a promise with the cards data
getColumns()Gets a promise with the columns data
getHandlers()Returns the default action handlers used by RestDataProvider to send data operations to the server
getIDResolver()Returns a function that resolves temporary client-side IDs to backend IDs
getLinks()Gets a promise with the links data
getQueue()Returns the internal queue of actions that RestDataProvider processes
getRows()Gets a promise with the rows data
getUsers()Gets a promise with the users data
send()Sends a necessary HTTP request to the server and returns a promise with or without data depending on the request
setHeaders()Sets custom HTTP headers that RestDataProvider attaches to every request sent to the server