Preparing search index...
The search index is not available
dattatable
dattatable
IDataTableProps
Interface IDataTableProps
Properties
interface
IDataTableProps
{
className
?:
string
;
columns
:
ITableColumn
[]
;
dtProps
?:
any
;
el
:
HTMLElement
;
onRendered
?:
(
(
el
?
,
dt
?
)
=>
void
)
;
onRendering
?:
(
(
dtProps
)
=>
any
)
;
rows
?:
any
[]
;
}
Index
Properties
class
Name?
columns
dt
Props?
el
on
Rendered?
on
Rendering?
rows?
Properties
Optional
class
Name
class
Name
?:
string
columns
columns
:
ITableColumn
[]
Optional
dt
Props
dt
Props
?:
any
el
el
:
HTMLElement
Optional
on
Rendered
on
Rendered
?:
(
(
el
?
,
dt
?
)
=>
void
)
Type declaration
(
el
?
,
dt
?
)
:
void
Parameters
Optional
el
:
HTMLElement
Optional
dt
:
any
Returns
void
Optional
on
Rendering
on
Rendering
?:
(
(
dtProps
)
=>
any
)
Type declaration
(
dtProps
)
:
any
Parameters
dtProps
:
any
Returns
any
Optional
rows
rows
?:
any
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
class
Name
columns
dt
Props
el
on
Rendered
on
Rendering
rows
dattatable
Loading...
Properties