TableAllowRowSelection
Table of contents
Interface determines whether TableView
row selection is allowed. It is only used if the "selection-mode" property is set to RowSelection
(2). To allow row selection, we must either implement the TableAllowRowSelection
interface in the table adapter or assign its separate implementation to the "allow-selection" property
Interface description
AllowRowSelection(row int) bool
Return true
if we allow a row to be selected