bastilian-tabletools
    Preparing search index...

    Function TableStateProvider

    • This component provides a context for components/hooks that want to use async tables and access it's state to perform API requests

      Parameters

      • Optionalprops: { children?: ReactElement<any, string | JSXElementConstructor<any>> }

        Component Props

        • Optionalchildren?: ReactElement<any, string | JSXElementConstructor<any>>

          Child components to render within

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

      The passed in component wrapped in a TableContext provider

    Index

    Other

    propTypes: { children: Requireable<ReactNodeLike> }