bastilian-tabletools
    Preparing search index...

    Function NoResultsTable

    • This component is the default view/rows shown if there is a total of 0 items.

      Parameters

      • Optionalprops: { kind?: string }

        TableTools Options

        • Optionalkind?: string

          Kind of items shown in the table

      Returns ReactElement<any, string | JSXElementConstructor<any>>

      The passed in component wrapped in a TableContext provider

    Index

    Properties

    Properties

    propTypes: { kind: Requireable<string> }