### Use render functions with VFlexTable (advanced)
Sometimes render functions is the best way to make perfomant interfaces,
especially when working with large amount of data.
`` is designed to give you control over rows (with `renderRow`)
and columns (with `renderHeader`),
but be carefull when using render functions.
Check the markup for more details about usage.
```vue
```