rx-datatable API
Home
Manual
GitHub
Preparing search index...
TableIconButtonProps
Interface TableIconButtonProps
Props passed to
TableConfigValue.renderIconButton
.
interface
TableIconButtonProps
{
"aria-label"
?:
string
;
children
?:
ReactNode
;
onClick
:
MouseEventHandler
<
HTMLElement
>
;
style
?:
CSSProperties
;
}
Index
Properties
aria-
label?
children?
on
Click
style?
Properties
Optional
aria-
label
"aria-label"
?:
string
Optional
children
children
?:
ReactNode
on
Click
onClick
:
MouseEventHandler
<
HTMLElement
>
Optional
style
style
?:
CSSProperties
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aria-
label
children
on
Click
style
Home
Manual
GitHub
rx-datatable API
Loading...
Props passed to
TableConfigValue.renderIconButton.