Skip to main content

Module components

Module components 

Source
Expand description

Yew components for rendering data tables.

Provides pre-built table components including the main table, header, body, and pagination components.

Modulesยง

data_table
Main DataTable component that assembles all sub-components.
pagination
Pagination component for navigating table pages.
table_body
Table body component for rendering rows and cells.
table_header
Table header component for rendering column headers.