Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion data/api/atomdataloader_url_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ url
@short:
the URL which the component will use to load data after its initialization

@type: string
@type: string | api/_proxy.md
@example:
webix.ui({
datatype: "xml",
url: "data.xml"
...
});

@descr: The URL can be a string pointing to an actual URL, a string starting with a "connector->", or a api/_proxy.md object. See for example [how to load data into a DataTable from a GraphQL proxy object](https://snippet.webix.com/om5pqfnl).

@relatedapi:
api/atomdataloader_load.md
api/atomdataloader_parse.md
Expand Down