TableActiveFilters
fun <T : Any, C, E> TableActiveFilters(columns: ImmutableList<ColumnSpec<T, C, E>>, state: TableState<C>, strings: StringProvider = DefaultStrings, modifier: Modifier = Modifier, includeClearAllChip: Boolean = true)
Renders a compact header row with chips describing currently active filters. Provides quick clear actions for individual columns or all at once.
Parameters
columns
all column specs used by the table
state
table state containing current filters
strings
string provider for localized labels
modifier
layout modifier for the chips row
includeClearAllChip
whether to include a leading "Clear" chip to reset all filters