Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + func False() *bool + func True() *bool + type AndMatcher struct + func And(matchers ...Matcher) *AndMatcher + func (m *AndMatcher) Match(v interface{}) bool + type ColumnData struct + Operations map[string]*Operation + RenderType string + Tags []ColumnDataTag + Value string + type ColumnDataTag struct + Color string + Tag string + type ColumnTitle struct + Data interface{} + DataIndex string + Title string + TitleRenderType string + TitleTip []string + Width int + type FuncMatcher struct + func ToMatcher(m Match) *FuncMatcher + func (m *FuncMatcher) Match(v interface{}) bool + type Match func(v interface{}) bool + type Matcher interface + Match func(interface{}) bool + func Not(matcher Matcher) Matcher + type NotMatcher struct + func (m *NotMatcher) Match(v interface{}) bool + type Operation struct + Command *OperationCommand + Confirm string + Disabled bool + DisabledTip string + Key string + Meta map[string]string + Reload bool + ShowIndex int + SuccessMsg string + Text string + type OperationCommand struct + Key string + State map[string]interface{} + Target string + type OrMatcher struct + func Or(matchers ...Matcher) *OrMatcher + func (m *OrMatcher) Match(v interface{}) bool + type Props struct + Bordered *bool + ClassName string + Columns []*ColumnTitle + PageSizeOptions []string + RequestIgnore []string + RowKey string + RowSelection map[string]interface{} + ShowHeader *bool + ShowPagination *bool + Size string + Title string + Visible *bool