.values()

Previous Next

Gets or sets one or more values in one or more rows. To address a specific value in a specific row, use Cols.val() instead.

Returns the 'this' object.

Syntax

.values( values )

The required values is an object that specifies values for one or multiple columns of the row(s) in scope.

 

Example

var v = $.udb('EMP').rows('current').values({NAME: 'JOHNSON', FIRST_NAME: 'PAUL'});