dojox
»
grid
»
data
»
Table
» copyRow
dojox.grid.data.Table.copyRow
dojo.require("dojox.grid._data.model");
defined in dojox/grid/_data/model.js
Usage
function (inRowIndex)
(view source)
return
this
.
getRow
(
inRowIndex
)
.
slice
(
0
)
;
parameter
type
description
inRowIndex