Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-tanstack-table-core
/
tanstack.table.core
/
filterRows
filter
Rows
external
fun
<
TData
:
RowData
>
filterRows
(
rows
:
<Error class: unknown class>
<
Row
<
TData
>
>
,
filterRowImpl
:
(
row
:
Row
<
TData
>
)
->
Boolean
,
table
:
Table
<
TData
>
)
:
RowModel
<
TData
>
(
source
)