Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120825918
ListWidget.vue
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
985 B
Referenced Files
None
Subscribers
None
ListWidget.vue
View Options
<template>
<list-table :list="list" :setup="setup"></list-table>
</template>
<script>
import { ListTable } from '../Widgets/ListTools'
import { library } from '@fortawesome/fontawesome-svg-core'
library.add(
require('@fortawesome/free-solid-svg-icons/faGear').definition,
)
export default {
components: {
ListTable
},
props: {
list: { type: Array, default: () => [] }
},
data() {
return {
setup: {
model: 'resource',
columns: [
{
prop: 'name',
icon: 'gear',
link: true
},
{
prop: 'email',
link: true
}
]
}
}
}
}
</script>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Fri, Apr 24, 10:46 AM (4 d, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18866670
Default Alt Text
ListWidget.vue (985 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline