Check documentation for the
latest version of dhtmlxSuite
first DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
add
attachEvent
bind
clearAll
dataCount
detachEvent
exists
filter
first
getCursor
idByIndex
indexById
item
last
load
next
parse
previous
remove
saveBatch
serialize
setCursor
sort
sync
unbind
update
Start
DataStore
DataStore API
Methods
first
Returns the ID of the first item ( an item with the index == 0 )
void
first
();
Example
var
id
=
data.
first
(
)
;
Back to top