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.