vuejs-smart-table icon indicating copy to clipboard operation
vuejs-smart-table copied to clipboard

Simple yet powerful Data Table for Vue with vanilla HTML structure

Results 45 vuejs-smart-table issues
Sort by recently updated
recently updated
newest added

Hi. I'm triying to fix a problem with `@selectionChanged="selectedRows = $event"` on a `v-table`. I'm triying to get the data after to apply a filter to export to csv. But...

Is it possible to implement below? Export to csv - current page with applied filters or all items

After adding the "sortKey" attributes to the "th" elements the sort icons should appear but they don't. What could be the reason for the sort icons to not work? The...

Hello. I am getting this warning when trying to add the library on Vue 3. Any suggestion on what might be causing this. "export 'default' (imported as 'Vue') was not...

I am trying to follow the Basics and try out a table. I though that the users.json data would be available. I don't see it anywhere. I can create it,...

There's a very similar renderless library that does seemingly the same things: https://github.com/kouts/vue-dataset I'd love some kind of comparison chart with pros and cons to this library vs vue-dataset

Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

@tochoromero this is still a WIP. I have yet to test these changes. I think it's relatively safe since VTh will always be a direct child to VTable and therefore...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Just an idea, I'm not sure if it's any different, but since VTable, VTh, VTr, VTPagination all have _default_ exports, I believe that this way of re-exporting those components as...