vue-good-table-nextvue-good-table-next
Home
Guide
GitHub
Home
Guide
GitHub
  • Introduction

    • Getting Started
  • Configuration

    • Table Options
    • Table Events
    • Search Options
    • Sort Options
    • Pagination Options
    • Column Options
    • Column Filter Options
  • Advanced Configuration

    • Customizations
    • Checkbox Table
    • Grouped Table
    • Server Side Table
    • Row Details Table
  • Style Configuration

    • Themes
    • Style Classes
    • Sass

Themes

Default

<vue-good-table
  :columns="columns"
  :rows="rows">
</vue-good-table>
NameAgeCreated OnPercent
John20Jul 2nd 113.34%
Jane24Oct 31st 113.34%
Susan16Oct 30th 113.34%

Polar-bear

<vue-good-table
  :columns="columns"
  :rows="rows"
  theme="polar-bear">
</vue-good-table>
NameAgeCreated OnPercent
John20Jul 2nd 113.34%
Jane24Oct 31st 113.34%
Susan16Oct 30th 113.34%

Black-rhino

<vue-good-table
  :columns="columns"
  :rows="rows"
  theme="black-rhino">
</vue-good-table>
NameAgeCreated OnPercent
John20Jul 2nd 113.34%
Jane24Oct 31st 113.34%
Susan16Oct 30th 113.34%

Nocturnal

<vue-good-table
  :columns="columns"
  :rows="rows"
  theme="nocturnal">
</vue-good-table>
NameAgeCreated OnPercent
John20Jul 2nd 113.34%
Jane24Oct 31st 113.34%
Susan16Oct 30th 113.34%
Edit this page
Last Updated:
Contributors: Akshay Anand
Next
Style Classes