# 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