Search
2506 results 141-150
Reference
selectColumns› Change the item selection mode to `column`.can be selected in the table (select.items()) can beselectCells› Change the item selection mode to `cell`.can be selected in the table (select.items()) can beselectAll› Select all items in the table based on the current item select modeThe selectAll button will simply select all items in the table, based on the current item selection mode (select.items()) - e.g. if the item selection mode is rows, all rows in the table will be selected when this button is activated.select.toggleable()› Get / set the behaviour if items can be deselected when a selected item is clicked onThis method provides the ability to allow theselect.style()› Get / set the style by which the end user can select items in the tableselection of items in the table: api - Selection canselect.selector()› Get / set the item selector for mouse event captureSelect has the ability to restrict whichselect.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.keys()› Get / set Select's keyboard navigation stateDynamic control for the select.keys option. This method can be used to dynamically enable, or disable, the keyboard navigation and row selection control provided by Select.select.items()› Get / set the items that Select will select based on user interaction (rows, columns or cells)Select provides the option for end usersselect.info()› Get / set the information summary display statewill show information in the table's summary element (info)