Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mohammadYousefiDev/3ddae31257aca705395df17c4dfa3c31 to your computer and use it in GitHub Desktop.
Save mohammadYousefiDev/3ddae31257aca705395df17c4dfa3c31 to your computer and use it in GitHub Desktop.
descend number expression of rows in vuetify table
//orders is table rows
<template v-slot:[`item.row_num`]="{ item }">
{{ (total-orders.indexOf(item)) - ((page-1)*10) }}
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment