Vuetify

Shop

Für Unternehmen

The v-data-iterator component is used for displaying data, and shares a majority of its functionality with the v-data-table component. Features include sorting, searching, pagination, and selection.

The v-data-iterator allows you to customize exactly how to display your data. In this example we are using a grid with cards.

Options

Wählen Sie unten Ihren gewünschte Komponente aus und sehen Sie die verfügbaren Attribute, Slots, Ereignisse und Funktionen.

Unten finden Sie eine Sammlung einfacher bis komplexer Beispiele.

The v-data-iterator has both a header and footer slot for adding extra content.

The v-data-iterator has internal state for both selection and expansion, just like v-data-table. In this example we use the methods isExpanded and expand available on the default slot.

Order, filters and pagination can be controlled externally by using the individual props

Caught a mistake or want to contribute to the documentation? Edit Layout on GitHub!