### Scrollable columns Vuero provides a custom table component called ``. It looks like a table but is not an Html5 table. Instead, it uses the flexbox technology and is fully responsive. Check the markup for more details about usage. ```vue ```