Selection actions
The table actions
are reserved for working with selections. They work much like the buttons except the icon
should never be omitted from an action, since it is always displayed (and not just in mobile breakpoint). You can try to select something in this table.
The actions
method both sets and gets the actions. If you omit the argument, you"ll get the current actions (jQuery style). You can use array methods like push
, pop
, shift
, unshift
, splice
and so on to manage actions, just note that the actions length
is a readonly property.
Here"s a summary of the actions
collection and action
model.