Skip to main content

Module use_table

Module use_table 

Source
Expand description

The use_table hook for managing table state in Yew components.

Provides the primary hook for creating and managing table instances, including state, data, and all table operations. The use_table hook for managing table state in Yew components.

Structs§

UseTableHandle
Handle returned by use_table hook.

Functions§

use_table
Hook for creating and managing a table instance.