Themes

Default

<vue-good-table
  :columns="columns"
  :rows="rows">
</vue-good-table>
NameAgeCreated OnPercent
John 20 Oct 31st 01 3.34%
Jane 24 Oct 31st 11 3.34%
Susan 16 Oct 30th 11 3.34%

Black-rhino

<vue-good-table
  :columns="columns"
  :rows="rows"
  theme="black-rhino">
</vue-good-table>
NameAgeCreated OnPercent
John 20 Oct 31st 01 3.34%
Jane 24 Oct 31st 11 3.34%
Susan 16 Oct 30th 11 3.34%

Nocturnal

<vue-good-table
  :columns="columns"
  :rows="rows"
  theme="nocturnal">
</vue-good-table>
NameAgeCreated OnPercent
John 20 Oct 31st 01 3.34%
Jane 24 Oct 31st 11 3.34%
Susan 16 Oct 30th 11 3.34%