enabled

Type: Boolean

Availability: Read or write at any time

The enabled property of the JadeTableElement class specifies whether the status of a cell, a row, a column, or all the cells of a sheet is enabled (that is, can respond to user-generated events).

By default, the value of the enabled property for JadeTableCell, JadeTableColumn, JadeTableRow, and JadeTableSheet subclasses is true.

If the effective enabled status of a cell is disabled (that is, any of the cell, row, column, or sheet enabled properties are false), the cell will not respond to mouse clicks, will not allow cell input, and will be skipped by any keyboard actions such as arrow, Page, Home, and End keys.

This property allows table cells, rows, columns, or sheets to be enabled or disabled at run time.