Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type Column struct + Align string + DataIndex string + Hidden bool + Sorter bool + Title string + type ComponentEventTable struct + Data Data + Operations map[string]interface{} + Props Props + State State + Type string + func (t *ComponentEventTable) DecodeURLQuery() error + func (t *ComponentEventTable) EncodeURLQuery() error + func (t *ComponentEventTable) GenComponentState(c *cptype.Component) error + func (t *ComponentEventTable) Init(ctx servicehub.Context) error + func (t *ComponentEventTable) InitComponent(ctx context.Context) + func (t *ComponentEventTable) Render(ctx context.Context, component *cptype.Component, _ cptype.Scenario, ...) error + func (t *ComponentEventTable) RenderList() error + func (t *ComponentEventTable) SetComponentValue(ctx context.Context) + func (t *ComponentEventTable) Transfer(c *cptype.Component) + type Data struct + List []Item + type FilterValues struct + Namespace string + Search string + Type []string + type Item struct + Count string + CountNum int64 + LastSeen string + LastSeenTimestamp int64 + Message string + Name string + Namespace string + Object string + Reason string + Source string + Type string + type Operation struct + Key string + Reload bool + type Props struct + Columns []Column + IsLoadMore bool + PageSizeOptions []string + RequestIgnore []string + SortDirections []string + type Sorter struct + Field string + Order string + type State struct + ClusterName string + EventTableUQLQuery string + FilterValues FilterValues + PageNo uint64 + PageSize uint64 + Sorter Sorter + Total uint64