Search
898 results 91-100
Reference
language.select.cells
› Table information summary string for the number of cells selectedmethod is used to determine the string value toselectNone
› Deselect all selected items in the table.The selectNone button will deselect all currently selected itemsselect.toggleable()
› Get / set the behaviour if items can be deselected when a selected item is clicked onthe end user to deselect a previously selected itemselect.style()
› Get / set the style by which the end user can select items in the tablectrl/cmd clicking to select / deselect individual items, shift clickingselect.selector()
› Get / set the item selector for mouse event captureor cell selection). By default (select.selector) all cells canselect.selectable()
› Get / set the function used to determine if a row should be selectableThis method allows dynamic assignment of the select.selectable function, which is used to determine if a row should be selectable or not.select.info()
› Get / set the information summary display stateBy default Select will show informationrow().selected()
› Determine if a row has been selectedThis method can be used to determine the selection state of an individual row.column().selected()
› Determine if a column has been selectedThis method can be used to determine the selection state of an individual column.cell().selected()
› Determine if a cell has been selectedThis method can be used to determine the selection state of an individual cell.