bastilian-tabletools
    Preparing search index...

    Function useTableView

    • A hook that manages "views" for a Patternfly (v4) Table component, like a simple "row" view or a "tree" view

      Parameters

      • loading: any
      • items: any[]

        An array of items to render

      • error: any
      • total: any
      • Optionaloptions: { defaultTableView?: string; showViewToggle?: boolean; tableTree?: object } = {}

        AsyncTableTools options

      Returns object

      TODO