Cols.clear()


This article is about the clear() function of the Cols object.

Cols.clear()

Clears the value of the column.

Returns the 'this' object.

Syntax

cols.clear()

Example

var v = $.udb('EMP').rows('current').cols('EMPNO').clear();

 


0 replies

Be the first to reply!

Reply