Skip to content
This repository was archived by the owner on May 30, 2021. It is now read-only.
Karl edited this page Aug 9, 2017 · 24 revisions

ajax

Type: string

Default: undefined

Load remote data set via AJAX requst.

Just pass the url to the remote data and the instance will process and insert the data.

var dataTable = new DataTable(myTable, {
    ajax: "some/url/data.json
});

Clone this wiki locally