# Slots

NioSlatTable exposes several slots for use in customizing the copmponent:

# item-menu

For use when the action prop is set to menu. Defines the template to be displayed when the menu button is clicked.

# custom-action

For use when the action prop is unset. Define any action in this slot, which will be displayed to the right of each item in the table.

For use when the action prop is set to menu. Defines the template to be rendered in an additional footer at the bottom of the table.

# item-expanded

For use when the action prop is set to expand. Defines the tempalte to be used in the expanded element under each item when that item is clicked. Will be hidden on an additional click.

Additionally, all slots exposed on Vuetify's v-data-table component are available to customize NioSlatTable, but may interfere with the behavior and performance of NioSlatTable.

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