Skip to content
On this page

Plugin Options

enableCheckbox

  • Type: boolean
  • Default: false

Used to enable rows selection.

Refer to Checkboxs to learn more.

enableExport

  • Type: boolean
  • Default: false

Used to enable table data export.

Refer to Export to learn more.

enableFiltering

  • Type: boolean
  • Default: false

Used to enable filtering on the table.

Refer to Filtering to learn more.

enablePagination

  • Type: boolean
  • Default: true

Used to enable pagination on the table.

Refer to Pagination to learn more.

enableSorting

  • Type: boolean
  • Default: true

Used to enable sorting on the table.

Refer to Sorting to learn more.

initialPage

  • Type: number
  • Default: 0

When using pagination, used to set the initial page to load.

Refer to Pagination to learn more.

pageLength

  • Type: number
  • Default: 5

When using pagination, used to set the number of rows per page to display.

Refer to Pagination to learn more.

rowKey

  • Type: string
  • Default: id

Field to identify each row. It's only used for internal v-for loops.

theme

  • Type: string
  • Default: auto
  • Available values: auto, dark, light

Used to set the theme to use.

Refer to Theme to learn more.