vuetable-3 icon indicating copy to clipboard operation
vuetable-3 copied to clipboard

data table simplify! -- datatable component for Vue 2.x. An updated fork of the one built by ratiw as that seemed to be unmaintained. See documentation at

Results 9 vuetable-3 issues
Sort by recently updated
recently updated
newest added

Vue: 2.7.10 vuetable-3: 3.4.3 ![Screenshot (96)](https://user-images.githubusercontent.com/25027592/188274583-3da2ca39-0127-4829-801c-018eebaf0579.png)

With Vue3 almost completed, I think it's a good opportunity to re-write this component. I volunteered myself to inherit the original's author vuetable-2 component because I believed it was a...

documentation

I believe this fork was opened because vuetable-2 was abandoned... is this one abandoned as well it appears?

Hey and thanks for your work keeping vuetable alive! I just tried to migrate from vuetable-2 but my transform function was not being called anymore. I discovered a parameter `:transform`...

From the name I would expect that this is the vuetable-2 version for Vue 3, but I see in the [code pen example](https://codesandbox.io/s/o8l58?file=/package.json) that it was done with Vue 2.5.13,...

Hello, I am trying to test using a component for a special field. I followed the tutorial from vuetable-2 like the documentation says, but I receive the following error: Unknown...

Could a distributable dist folder including a min version be added? Thanks

As in the title, I'm having some issues with the table, the situation is this: when ```api-url``` is ```http://localhost:8080/agent``` the call the table make is to this endpoint: ```http://localhost:8080/agent?sort=name&order=asc&page=1&per_page=10``` and...

When using this project with `vite`, I encountered the following error: `Could not resolve "./VuetableRowHeader" from "node_modules/vuetable-3/src/components/Vuetable.vue"` The cause is the `.vue` extension is omitted and must be included. This...