Docs.rs
  • patternfly-yew-0.5.5
    • patternfly-yew 0.5.5
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ctron
    • Dependencies
      • chrono ^0.4 normal
      • gloo-events ^0.2.0 normal
      • gloo-timers ^0.3.0 normal
      • gloo-utils ^0.2.0 normal
      • implicit-clone ^0.4 normal
      • js-sys ^0.3.64 normal
      • log ^0.4 normal
      • num-traits ^0.2.16 normal
      • popper-rs ^0.3.0 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • strum ^0.25.0 normal
      • strum_macros ^0.25.0 normal
      • uuid ^1 normal
      • wasm-bindgen ^0.2.87 normal
      • wasm-bindgen-futures ^0.4 normal
      • web-sys ^0.3 normal
      • yew ^0.21 normal
      • yew-hooks ^0.3 normal
      • yew-nested-router >=0.4, <0.6 normal
    • Versions
    • 33.67% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

patternfly_yew0.5.5

Module table

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

In patternfly_yew::components

?
Change settings

Module patternfly_yew::components::table

source ·

Structs

  • Cell
    A rendered cell.
  • CellContext
    The context information for rendering a cell.
  • MemoizedTableModel
  • OnToggleCallback
  • Span
  • SplitTableModel
  • StateIter
  • StateModel
    A super::TableModel based on a TableDataModel plus additional state.
  • StateModelIter
  • Table
    Table component
  • TableColumn
    The Table Column component.
  • TableColumnProperties
    Properties for TableColumn
  • TableHeader
    The Table Header component.
  • TableHeaderContext
  • TableHeaderProperties
    Properties for TableHeader
  • TableHeaderSortBy
  • TableModelEntry
  • TableProperties
    Properties for Table
  • UseStateTableModel
  • UseTableData

Enums

  • ColumnWidth
  • ExpansionState
  • SpanModifiers
  • TableGridMode
  • TableMode
  • TextModifier

Traits

  • TableDataModel
  • TableEntryRenderer
    Render table entries
  • TableModel
    A model providing data for a table.

Functions

  • use_table_data
    Note

Type Aliases

  • ExpansionCallback