========= datatable ========= .. js:class:: webix.ui.datatable(data) :param object data: A configuration object Datatable view. References ~~~~~~~~~~ views `~webix.ui.view`:js:class:, `~webix.ui.vscroll`:js:class:. components `~webix.DataCollection`:js:class:, `~webix.DataLoader`:js:class:. helpers `~webix.assert`:js:func:, `~webix.bind`:js:func:, `~webix.clone`:js:func:, `~webix.debug_size_box`:js:func:, `~webix.delay`:js:func:, `~webix.extend`:js:func:, `~webix.i18n`:js:attr:, `~webix.isUndefined`:js:func:, `~webix.log`:js:func:, `~webix.protoUI`:js:func:, `~webix.template`:js:func:, `~webix.toFunctor`:js:func:, `~webix.type`:js:func:, `~webix.ui.datafilter`:js:attr:, `~webix.ui.scrollSize`:js:func:, `~webix.uid`:js:func:. mixins `~webix.AutoTooltip`:js:class:, `~webix.DataMarks`:js:class:, `~webix.EventSystem`:js:class:, `~webix.Group`:js:class:, `~webix.MapCollection`:js:class:, `~webix.MouseEvents`:js:class:, `~webix.Settings`:js:class:. Referenced by ~~~~~~~~~~~~~ views `~webix.ui.resizearea`:js:class:, `~webix.ui.treetable`:js:class:. helpers `~webix.ui.datafilter.dateFilter`:js:attr:. mixins `~webix.DataState`:js:class:, `~webix.TablePaste`:js:class:, `~webix.Touch`:js:class:. External references ~~~~~~~~~~~~~~~~~~~ `Official documentation page`_. .. _official documentation: .. _Official documentation page: http://docs.webix.com/api__refs__ui.datatable.html Code ~~~~ .. literalinclude:: js_srcs/datatable_view.js :language: javascript :linenos: