Skip to content
Andrea edited this page Aug 6, 2016 · 10 revisions
Property Type Default Description
body array undefined Synchronously loaded data, either this or use auto-load
auto-load boolean false If true it will make a GET request to the endpoint to populate body
endpoint string "http://localhost:8080" This is the URL that will be queried for the resources
header array none The header is responsible for creating the columns
id-col string "_id" This is the column used to identify a row, some features don't work properly without a proper id per row
body-path string "body" The property in body or the json at the endpoint that contains the actual data
order-by array or object none A list of columns on which to sort

The props not documented here can be considered in alpha/beta stage or deprecated use them at your own risk

Clone this wiki locally