Search
2252 results 131-140
Reference
deselect
› Items (rows, columns or cells) have been deselectedfor each deselection action. The result is that ifshowSelected
› Toggle a filter that will reduce the rows displayed to just those which are selected.give your end users the ability to filter aselectedSingle
› Button that is enabled when a single item is selected in the tableis very similar to the selected button type, butselected
› Button that is enabled when one or more items are selected in the tableyour end users with the ability to take someselectRows
› Change the item selection mode to `row`.can be selected in the table (select.items()) can beselectNone
› Deselect all selected items in the table.The selectNone button will deselectselectColumns
› 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 the