========== DataLoader ========== .. js:class:: webix.DataLoader(data) :param object data: A configuration object Dataloader component. References ~~~~~~~~~~ helpers `~webix.ajax`:js:func:, `~webix.bind`:js:func:, `~webix.delay`:js:func:, `~webix.dp`:js:func:, `~webix.extend`:js:func:, `~webix.proto`:js:func:, `~webix.toArray`:js:func:, `~webix.toFunctor`:js:func:. mixins `~webix.AtomDataLoader`:js:class:, `~webix.DataStore`:js:class:. Referenced by ~~~~~~~~~~~~~ components `~webix.DataCollection`:js:class:. views `~webix.ui.chart`:js:class:, `~webix.ui.datatable`:js:class:, `~webix.ui.htmlform`:js:class:, `~webix.ui.proto`:js:class:. External references ~~~~~~~~~~~~~~~~~~~ `Official documentation page`_. .. _official documentation: .. _Official documentation page: http://docs.webix.com/api__refs__dataloader.html Code ~~~~ .. literalinclude:: js_srcs/DataLoader_component.js :language: javascript :linenos: