vue-tables-2
  • Dependencies & Compatability
  • Getting Started
    • Vue Version 3
  • Client Table
    • Asynchronous Loading
    • Grouping
    • Filtering Algorithm
    • Editable Cells
  • Server Table
    • Implementations
    • Custom Request Function
    • Setting Multiple Request Parameters
    • Error Message
    • Draw Counter
  • Virtual Pagination
  • Custom Template
  • Column Templates
  • Nested Data Structures
  • Selectable Rows
  • Date Columns
  • List Filters
  • Custom Filters
  • Custom Sorting
  • Multiple Sorting
  • Child Rows
  • Conditional Cell Styling
  • Columns Visibility
  • Methods
  • Properties
  • Events
  • Slots
  • Options API
Powered by GitBook
On this page

Was this helpful?

Properties

PreviousMethodsNextEvents

Last updated 5 years ago

Was this helpful?

Get properties off your instance using the attribute.

  • openChildRows array The ids of all the currently open child rows

  • filteredData array (client table only) the data currently shown in the table after filtering, sorting and pagination

  • allFilteredData array (client table only) similar to filteredData but before pagination

  • filtersCount integer number of active filters

  • selectedRows array all selected rows when using the selectable option

ref