---
example_bottom: true
---
### Make VFlexTable yours with slots
The easiest way to create complex tables with `` is to uses slots.
This allow to use other components and having great control
inside rows (with `#body-cell` slot) and columns (with `#header-column` slot).
To update data dynamically, use `reactive` props so your interface will know
that data is updated, this is disabled by default to prevent
performance issues.
Check the markup for more details about usage.
```vue
{{ value }}
{{ value }}
Contact me
```