### VFlexTableWrapper
You can wrap `` using `` to render large
amount of data.
This will also **enable sorting, searching and paginating** through the data.
Instead of providing `data` and `columns` properties to ``,
you just have to declare them to ``.
In addition to the base `columns` settings, `searchable`, `sortable` attributes
can be used to enable search and sorting. Of course, custom `sort` and `filter`
function can be used. To easily customize your table, ``, ``
and `` components can be used
to display controls for pagination and search.
Check the markup for more details about usage.
```vue