Skip to content

Commit

Permalink
handles cents for rows
Browse files Browse the repository at this point in the history
  • Loading branch information
aocneanu committed Jul 15, 2019
1 parent e863e00 commit 288d6eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderless/CoreTable.vue
Expand Up @@ -290,6 +290,7 @@ export default {
translatable: this.state.meta.translatable,
actions: this.state.meta.actions,
search: this.state.meta.search,
cents: this.state.meta.cents,
forceInfo: this.state.meta.forceInfo,
comparisonOperator: this.state.meta.comparisonOperator,
fullInfoRecordLimit: this.state.meta.fullInfoRecordLimit,
Expand Down Expand Up @@ -408,6 +409,7 @@ export default {
date: this.state.meta.date,
translatable: this.state.meta.translatable,
search: this.state.meta.search,
cents: this.state.meta.cents,
comparisonOperator: this.state.meta.comparisonOperator,
},
};
Expand Down

0 comments on commit 288d6eb

Please sign in to comment.