We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace vuetify data-table with own, preferably an easy slot-in replacement with no changes to existing codebase.
Needs:
[{ key: 'submittedDate', order: 'desc' }]
{ title: "", key: "weight", align: "end", 'start' | 'end' | 'center' | undefined width: 200, sortable: false },
<template v-slot:item.utrn="{ value }">
<template v-slot:item="{ item }">
value
item
items
<template v-slot:body="{ items }">
<template v-slot:headers></template>
@ click:row="function"
The text was updated successfully, but these errors were encountered:
When branches are created from issues, their pull requests are automatically linked.
Replace vuetify data-table with own, preferably an easy slot-in replacement with no changes to existing codebase.
Needs:
[{ key: 'submittedDate', order: 'desc' }]
<template v-slot:item.utrn="{ value }">
<template v-slot:item="{ item }">
value
,item
anditems
should be available to parent<template v-slot:body="{ items }">
<template v-slot:headers></template>
@ click:row="function"
abilityThe text was updated successfully, but these errors were encountered: