Skip to content

Commit

Permalink
feat(table): add field to the table column data cell slots (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
InstanceOfMichael authored and pi0 committed Mar 31, 2018
1 parent 3da5f18 commit e013d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/table/table.js
Expand Up @@ -203,6 +203,7 @@ export default {
$scoped[field.key]({
item: item,
index: rowIndex,
field: field,
unformatted: get(item, field.key),
value: t.getFormattedValue(item, field),
toggleDetails: toggleDetailsFn,
Expand Down

0 comments on commit e013d59

Please sign in to comment.