canReorderColumns([enable])

Class: Table.

Description:

Sets or gets ability to change order of columns by dragging-dropping them by a user.

Parameters:

Name Type Description

[enable]

boolean

To enable reordering pass true, to disable pass false.

Returns:

If setting a value this method returns this Table instance, when getting current value a boolean is returned.

Type: boolean | Table