# Events

NioSlatTable emits the following events:

# ItemClicked

Emitted when an item is clicked, regardless of the value of the action prop.

# ItemExpanded

Emitted when an item is expanded and the action prop is set to "expand"

# ItemCollapsed

Emitted when an item is collapsed and the action prop is set to "expand"

Additionally, NioSlatTable emits all events that are emitted from Vuetify's v-data-table component

Last Updated: 2/10/2021, 5:34:22 PM