getFacetedRowModel

abstract var getFacetedRowModel: () -> RowModel<TData>(source)

Returns the row model with all other column filters applied, excluding its own filter. Useful for displaying faceted result counts.

⚠️ Requires that you pass a valid getFacetedRowModel function to options.facetedRowModel. A default implementation is provided via the exported getFacetedRowModel function. API Docs Guide