rx-datatable API
    Preparing search index...

    Type Alias DefaultListItemProps

    DefaultListItemProps: Styles & {
        noPadding?: boolean | nully;
        ref?: React.Ref<HTMLDivElement>;
    }

    Type Declaration

    • OptionalnoPadding?: boolean | nully

      Requests that a default level of padding not be added by the default item renderer

    • Optionalref?: React.Ref<HTMLDivElement>