selectAll([selected])

Class: Table.

Description:

Selects/Deselects all rows in the Table

Parameters:

Name Type Default Description

[selected]

boolean

true

true to select all rows, false to deselect all rows.

Returns:

Returns an instance of this Table for method chaining.

Type: Table