getFacetedRowModel

fun <TData> getFacetedRowModel(): (table: Table<TData>, columnId: String) -> () -> RowModel<TData>

Builds the per-column faceted-row-model factory. The returned function is invoked once per (table, columnId) pair and produces a memoised getter for that column's RowModel.

When the pre-filtered model is empty and no filters are active, the pre-filtered model is returned as-is.