v-simple-table component is a
simple wrapper component around the <table> element.
Inside the component you can use all the regular table elements such as
<thead>, <tbody>,
<tr>, etc.
See documentation.
Use the fixed-header prop together with the
height prop to fix the header to the top of the
table.