MCPcopy Create free account
hub / github.com/angular-rust/yew-components / DataTable

Class DataTable

src/datatable.rs:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7use yew::prelude::*;
8
9pub struct DataTable {
10 link: ComponentLink<Self>,
11 label: String,
12 // onsignal: Callback<()>,
13}
14
15pub enum Msg {
16 Clicked,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected