set()

Stores a value in the TableRow's specified column. The column may be specified by either its ID or title.

예제

구문

set(column, value)

매개변수

column
String|Integer:

Column ID (Number) or Title (String)

value
String|Number:

The value to be stored

Notice any errors or typos? Please let us know. Please feel free to edit src/io/p5.TableRow.js and open a pull request!

관련 레퍼런스