The RpgLogs Scripting API
Preparing search index...
RpgLogs
TableComponent
Type Alias TableComponent
type
TableComponent
=
{
component
:
"Table"
;
props
:
{
columns
:
Record
<
string
,
TableColumn
>
;
data
:
readonly
Record
<
string
,
unknown
>
[]
;
footer
?:
Record
<
string
,
unknown
>
;
sorting
?:
{
initialColumn
:
string
|
null
}
;
truncate
?:
{
limit
:
number
}
;
}
;
}
Index
Properties
component
props
Properties
component
component
:
"Table"
props
props
:
{
columns
:
Record
<
string
,
TableColumn
>
;
data
:
readonly
Record
<
string
,
unknown
>
[]
;
footer
?:
Record
<
string
,
unknown
>
;
sorting
?:
{
initialColumn
:
string
|
null
}
;
truncate
?:
{
limit
:
number
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
component
props
The RpgLogs Scripting API
Loading...