Skip to content

Vuetable Computed

Rati Wannapanop edited this page Apr 26, 2017 · 2 revisions

Vuetable - Computed Properties

# countVisibleFields

  • return: Number

  • description

    Return the number o visible fields in the table by checking the field's visible option.

# lessThanMinRows

  • return: Boolean

  • description

    Determine if the number of data rows available is less than the number specified in min-rows prop.

# blankRows

  • return: Number

  • description

    Return the number of blank rows that Vuetable needs to render. If the number of row data is greater than or equal to min-rows, it returns 0.

# useDetailRow

  • return: Boolean

  • description

    Determine if detail row should be rendered by inspecting the availability of the data and various properties.