Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
use yew::prelude::*;
8
9
pub struct DataTable {
10
link: ComponentLink<Self>,
11
label: String,
12
// onsignal: Callback<()>,
13
}
14
15
pub enum Msg {
16
Clicked,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected