Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
table
/
com.michaelflisar.toolbox.table.definitions
/
TableDefinition
Table
Definition
class
TableDefinition
<
Item
>
Members
Properties
columns
Link copied to clipboard
val
columns
:
List
<
Column
<
*
,
Item
>
>
key
Provider
Link copied to clipboard
val
keyProvider
:
(
item
:
Item
)
->
Any
Functions
clear
Filter
Link copied to clipboard
fun
clearFilter
(
)
create
Row
Link copied to clipboard
@
Composable
fun
createRow
(
item
:
Item
)
:
Row
<
Item
>