add actions to data-container.js
This commit is contained in:
parent
ba0cb247bc
commit
aa2fb8571b
4 changed files with 10 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import * as R from 'ramda';
|
||||
|
||||
export default {
|
||||
props: ['columns', 'items', 'keyName'],
|
||||
props: ['columns', 'items', 'actions', 'keyName'],
|
||||
data: (self) => ({
|
||||
sortBy: self.keyName,
|
||||
ascend: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue