vuetable-2
vuetable-2 copied to clipboard
data table simplify! -- datatable component for Vue 2.x. See documentation at
Are there any plan for Vue3 support ?
The last commit was 4 years ago, is this project still alive?
Hey everybody ! I've got an issue right now, maybe i'm just missing something but idk. I try to had a b-form-select (from [bootstrap vue](https://bootstrap-vue.github.io/)) to change the number of...
I'm trying to implement custom asc/desc icons using [this lesson](https://github.com/ratiw/vuetable-2-tutorial/wiki/lesson-10#changing-ascendingdescending-icon) as a reference. But original classes stay the same ("sort-icon blue chevron up icon" and "sort-icon blue chevron down icon")...
Bumps [karma](https://github.com/karma-runner/karma) from 1.7.0 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.8 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...
Hello ratiw, I am trying to use the table to display data array. In my table, I add button in every row to delete one row of data. When the...
To add a row to the sum total, for example. [see example here](https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_tbody)
I know this has been asked on this [issue # 289](https://github.com/ratiw/vuetable-2/issues/289). But I am unsure how to implement the row-class to disable the checkbox column for a specific row. On...