table

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Column

type Column struct {
	Title           string      `json:"title"`
	DataIndex       string      `json:"dataIndex"`
	TitleRenderType string      `json:"titleRenderType"`
	Width           int         `json:"width,omitempty"`
	TitleTip        []string    `json:"titleTip"`
	Data            interface{} `json:"data"`
}

type Data

type Data struct {
	List []RowData `json:"list"`
}

type Props

type Props struct {
	PageSizeOptions []string               `json:"pageSizeOptions"`
	Columns         []Column               `json:"columns"`
	RowKey          string                 `json:"rowKey"`
	ClassName       string                 `json:"className"`
	Title           string                 `json:"title"`
	Visible         bool                   `json:"visible"`
	RowSelection    map[string]interface{} `json:"rowSelection"`
}

type RowData

type RowData map[string]interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL