Skip to content

apitabledefinitionboolean

Troy Murray edited this page Sep 19, 2011 · 2 revisions

boolean()

Usage

Adds a boolean column definition to the table definition object

Function Syntax

t.boolean(columnNames[,default,null]);

Parameters

Parameter Type Required Default Description
columnNames string Yes one or more column names, comma delimited
default string | integer No default value for column
null boolean No whether nulls are allowed

Examples

Clone this wiki locally