toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-editor
/
joyfill.table
/
ColumnCollection
Column
Collection
interface
ColumnCollection
Members
Properties
state
Link copied to clipboard
abstract
val
state
:
Live
<
ColumnState
>
Functions
all
Link copied to clipboard
abstract
fun
all
(
)
:
List
<
Column
>
are
Filters
Applied
Link copied to clipboard
abstract
fun
areFiltersApplied
(
)
:
Boolean
clear
Filter
Link copied to clipboard
abstract
fun
clearFilter
(
)
filter
Link copied to clipboard
abstract
fun
filter
(
option
:
Option2
?
)
abstract
fun
filter
(
key
:
String
?
)
find
Link copied to clipboard
abstract
fun
find
(
key
:
String
?
)
:
Column
?
Looks for a column and returns it.
select
Link copied to clipboard
abstract
fun
select
(
column
:
Column
?
)
:
Column
?
abstract
fun
select
(
key
:
String
?
)
:
Column
?
Selects a column and returns it.
sort
Link copied to clipboard
abstract
fun
sort
(
)
abstract
fun
sort
(
option
:
SortingOption
?
)