Skip to content
New issue

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

Row totals #181

Open
guntisluta opened this issue Mar 22, 2018 · 3 comments
Open

Row totals #181

guntisluta opened this issue Mar 22, 2018 · 3 comments

Comments

@guntisluta
Copy link

Hello!
Is there the way to count shown row totals in the bottom of the table?

@ratiw
Copy link
Owner

ratiw commented Mar 22, 2018

Which version of Vuetable are you using?

@guntisluta
Copy link
Author

guntisluta commented Mar 22, 2018 via email

@ratiw
Copy link
Owner

ratiw commented Jun 21, 2018

@guntisluta For rows currently display in the table, you could access tableData and summarize the data for display, e.g. this.$refs.vuetable.tableData when you use v-ref directive to mark the reference to vuetable.

<vuetable v-ref:vuetable
  //...
></vuetable>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants