Variable ListDefaultSlotsConst
ListDefaultSlots: {Â Â Â Â
ActionAdd: (Â Â Â Â Â Â Â Â
{
action,
width,
label,
isVisible,
isDisabled,
}: any,   Â
) => JSX.Element;Â Â Â Â
ActionFab: (Â Â Â Â Â Â Â Â
{
action,
label,
width,
icon: Icon,
isVisible,
isDisabled,
}: any,   Â
) => JSX.Element;Â Â Â Â
ActionListSlot: <FilterData extends {}>(Â Â Â Â Â Â Â Â
{
className,
actions,
style,
title,
height,
width,
deps,
}: any,   Â
) => JSX.Element;Â Â Â Â
ActionMenu: (Â Â Â Â Â Â Â Â
{
options,
deps,
}: any,   Â
) => JSX.Element | null;Â Â Â Â
BodyRow: <RowData extends any = any>(props: any) => JSX.Element;Â Â Â Â
CheckboxCell: <RowData extends any = any>(Â Â Â Â Â Â Â Â
{
row,
disabled,
}: any,   Â
) => JSX.Element;Â Â Â Â
ChipListSlot: (props: any) => JSX.Element;Â Â Â Â
CommonCell: <RowData extends any = any>(�       Â
{
column,
row,
disabled,
onMenuToggle,
onAction,
}: any,   Â
) => any;Â Â Â Â
DesktopBodyRow: <RowData extends any = any>(Â Â Â Â Â Â Â Â
{
row,
mode,
columns,
disabled,
fullWidth,
}: any,   Â
) => JSX.Element;Â Â Â Â
FilterListSlot: <FilterData extends {}>(Â Â Â Â Â Â Â Â
{
className,
style,
height,
filterData,
filters,
change,
label,
loading,
withSearch,
withToggledFilters,
search,
onSearchChange,
onFilterChange,
onCollapsedChange,
}: any,   Â
) => JSX.Element;Â Â Â Â
HeadRow: (props: any) => JSX.Element;Â Â Â Â
MobileBodyRow: <RowData extends any = any>(Â Â Â Â Â Â Â Â
{
row,
mode,
disabled,
columns,
fullWidth,
}: any,   Â
) => JSX.Element;Â Â Â Â
OperationListSlot: (Â Â Â Â Â Â Â Â
{
className,
style,
operations,
width,
}: any,   Â
) => JSX.Element;Â Â Â Â
SearchSlot: (Â Â Â Â Â Â Â Â
{
className,
style,
label,
loading,
search,
onSearchChange,
}: any,   Â
) => JSX.Element;} Type declaration
ActionAdd: (
    {
action,
width,
label,
isVisible,
isDisabled,
}: any,
) => JSX.Element
ActionFab: (
    {
action,
label,
width,
icon: Icon,
isVisible,
isDisabled,
}: any,
) => JSX.Element
ActionListSlot: <FilterData extends {}>(
    {
className,
actions,
style,
title,
height,
width,
deps,
}: any,
) => JSX.Element
ActionMenu: ({
options,
deps,
}: any) => JSX.Element | null
BodyRow: <RowData extends any = any>(props: any) => JSX.Element
CheckboxCell: <RowData extends any = any>(
    {
row,
disabled,
}: any,
) => JSX.Element
ChipListSlot: (props: any) => JSX.Element
CommonCell: <RowData extends any = any>(
    {
column,
row,
disabled,
onMenuToggle,
onAction,
}: any,
) => any
DesktopBodyRow: <RowData extends any = any>(
    {
row,
mode,
columns,
disabled,
fullWidth,
}: any,
) => JSX.Element
FilterListSlot: <FilterData extends {}>(
    {
className,
style,
height,
filterData,
filters,
change,
label,
loading,
withSearch,
withToggledFilters,
search,
onSearchChange,
onFilterChange,
onCollapsedChange,
}: any,
) => JSX.Element
HeadRow: (props: any) => JSX.Element
MobileBodyRow: <RowData extends any = any>(
    {
row,
mode,
disabled,
columns,
fullWidth,
}: any,
) => JSX.Element
OperationListSlot: (
    {
className,
style,
operations,
width,
}: any,
) => JSX.Element
SearchSlot: (
    {
className,
style,
label,
loading,
search,
onSearchChange,
}: any,
) => JSX.Element
Description
Variable holding an array of default slot components.