MDK Logo
ReferenceUIHooks

Table Hooks

Table state and interaction hooks

Hooks for table components and data management.

Package

@tetherto/mdk-react-devkit

Hooks

@tetherto/mdk-react-devkit

Explorer data

import { useExplorerData } from '@tetherto/mdk-react-devkit'
@tetherto/mdk-react-devkit

Import the public APIs on this page from @tetherto/mdk-react-devkit.

useExplorerData

Explorer list data hook: fetches the things behind one tab (useExplorerList) and shapes them for <[**DeviceExplorer**](/reference/ui/components/tables/#deviceexplorer)> — applying the toolbar's search + filter selections client-side and derivin…

(options: UseExplorerDataOptions) => UseExplorerDataResult

On this page