============= DataProcessor ============= .. js:class:: webix.DataProcessor(data) :param object data: A configuration object Dataprocessor component. References ~~~~~~~~~~ helpers `~webix.ajax`:js:func:, `~webix.assert`:js:func:, `~webix.bind`:js:func:, `~webix.copy`:js:func:, `~webix.isUndefined`:js:func:, `~webix.proto`:js:func:, `~webix.proxy`:js:func:. mixins `~webix.EventSystem`:js:class:, `~webix.Settings`:js:class:, `~webix.ValidateData`:js:class:. Referenced by ~~~~~~~~~~~~~ helpers `~webix.dp`:js:func:. External references ~~~~~~~~~~~~~~~~~~~ `Official documentation page`_. .. _official documentation: .. _Official documentation page: http://docs.webix.com/api__refs__dataprocessor.html Code ~~~~ .. literalinclude:: js_srcs/DataProcessor_component.js :language: javascript :linenos: