Modify Row Selection State Outside of Table

Notes#

Each row has internal state under a property called row.tableData.

You can handle a row's checked state via row.tableData.checked = bool

See the live demo below for more.

Live Demo#

Live Editor
Result