Columns

Column Class

Column Methods

AddColumn Methods

Use the following methods with the addColumn method to create a new column.

The following creates a new column on a data table calledemp_position with a display title of Position.

...

table.addColumn("emp_position").title("Position");

Visit Working with DataTables Columns for detailed examples of using column data table methods.

Last updated