Other Libraries
Using Vue Table Touch Scroll with other UI libraries or custom tables
Other UI Libraries
Vue Table Touch Scroll supports Table components from all desktop Vue UI component libraries.
For libraries with built-in presets, see the API Reference and use preset for quick integration:
No Preset? Use Selector
For libraries without built-in presets, use selector to specify the actual scrollable container element inside the table. You'll need to use browser DevTools to find the CSS selector for the DOM element responsible for scrolling:
If you'd like to add built-in preset support for a UI library, feel free to submit an Issue or PR on GitHub.