> For the complete documentation index, see [llms.txt](https://matanya.gitbook.io/vue-tables-2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://matanya.gitbook.io/vue-tables-2/properties.md).

# Properties

Get properties off your instance using the [`ref`](http://vuejs.org/api/#ref) 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
