Search
2252 results 151-160
Reference
row().selected()› Determine if a row has been selectedThis method can be used to determine the selection state of an individual row.row().select()› Select a single rowhas been found by the row() selector method. Ifrow().focus()› Move keyboard focus to a specific rowis enabled rows in the table can gain focusrow().deselect()› Deselect a single rowThis method simply deselects a single row that has been found by the row() selector method.row().blur()› Blur focus from a rowis enabled rows in the table can gain focuscolumns().select()› Select columnsThis method simply selects the columns that have beencolumns().deselect()› Deselect columnsThis method simply deselects the columns that have been found by the columns() selector method.column().selected()› Determine if a column has been selectedThis method can be used to determine the selection state of an individual column.column().select()› Select a single columnhas been found by the column() selector method. Ifcolumn().deselect()› Deselect a single columnThis method simply deselects a single column that has been found by the column() selector method.