Namespace: oRow

Ancestry: DataTable » .models. » oRow

DataTables v1.9.0 documentation

Navigation

Hiding private elements (toggle)
Showing extended elements (toggle)

Template object for the way in which DataTables holds information about each individual row. This is the object format used for the settings aoData array.

Summary

Properties

<static> nTr :node
TR element for the row
<static> _aData :array|object
Data object from the original data source for the row. This is either an array if using the traditional form of DataTables, or an object if using mDataProp options. The exact type will depend on the passed in data from the data source, or will be an array if using DOM a data source.

Details

Properties

<static> nTr :node

TR element for the row

<static> _aData :array|object

Data object from the original data source for the row. This is either an array if using the traditional form of DataTables, or an object if using mDataProp options. The exact type will depend on the passed in data from the data source, or will be an array if using DOM a data source.