toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.webutils
/
Table
Table
class
Table
<
T
:
Any
,
C
:
KlerkContext
,
V
>
(
queryResponse
:
QueryResponse
<
T
>
,
pathProvider
:
(
Model
<
T
>
)
->
String
,
call
:
ApplicationCall
,
klerk
:
Klerk
<
C
,
V
>
,
kClass
:
KClass
<
out
Any
>
)
Members
Constructors
Table
Link copied to clipboard
constructor
(
queryResponse
:
QueryResponse
<
T
>
,
pathProvider
:
(
Model
<
T
>
)
->
String
,
call
:
ApplicationCall
,
klerk
:
Klerk
<
C
,
V
>
,
kClass
:
KClass
<
out
Any
>
)
Functions
render
Link copied to clipboard
fun
render
(
)
:
HtmlBlockTag
.
(
)
->
Unit