toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-compose
/
joyfill.table
Package-level
declarations
Types
Functions
Types
Row
Placement
Link copied to clipboard
data
class
RowPlacement
(
val
editor
:
RowEditor
,
val
number
:
Int
)
Functions
Full
Rows
View
Link copied to clipboard
@
Composable
fun
FullRowsView
(
)
Joy
Number
Cell
Link copied to clipboard
@
Composable
fun
JoyNumberCell
(
value
:
Double
?
,
onChange
:
(
Double
?
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
readonly
:
Boolean
=
false
,
borders
:
Boolean
=
true
,
maxLines
:
Int
=
Int.MAX_VALUE
,
minLines
:
Int
=
1
,
height
:
Modifier
=
Modifier.height(IntrinsicSize.Min)
)
Joy
Signature
Cell
Link copied to clipboard
@
Composable
fun
JoySignatureCell
(
id
:
String
,
value
:
String
?
,
modifier
:
Modifier
=
Modifier
,
onChange
:
(
String
?
)
->
Unit
,
readonly
:
Boolean
=
false
,
borders
:
Boolean
=
false
)
Joy
Text
Edit
Cell
Link copied to clipboard
@
Composable
fun
JoyTextEditCell
(
value
:
String
,
onChange
:
(
String
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
readonly
:
Boolean
=
false
,
borders
:
Boolean
=
true
,
maxLines
:
Int
=
Int.MAX_VALUE
,
minLines
:
Int
=
1
,
height
:
Modifier
=
Modifier
)