bastilian-tabletools
    Preparing search index...

    Function StaticTableToolsTable

    • This component provides a TableToolsTable component prepared to filter, sort and paginate an array of items passed in via jsonquery

      Parameters

      • Optionalprops: {
            items?: ReactElement<any, string | JSXElementConstructor<any>>;
            options?: ReactElement<any, string | JSXElementConstructor<any>>;
        }

        Component Props

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

          Array of items to filter, sort and paginate and show in the table

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

          Additional TableToolsTable options

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

      Static table tools table

    Index

    Other

    propTypes: { items: Requireable<any[]>; options: Requireable<object> }