Search
2252 results 141-150
Reference
select.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)select.blurable()
› Get / set the blurable state of the table's item selection optionsSelect provides the ability for the itemselect()
› Initialise Select from outside of the constructorwhen not attached to the DOM. As of 1.13.2rows().select()
› Select rowsThis method simply selects the rows that have beenrows().deselect()
› Deselect rowsThis method simply deselects the rows that have been found by the rows() selector method.