Import server-side data
You can use the server
property to load data from a remote server and populate the table:
Live Editor
Result
Loading...
note
You can also use the data
attribute, pass an async function and your favorite Ajax/XHR client to send
the request and feed the table, see Async data import.