package
Version:
v1.3.0-rc.0...-0a48220
Opens a new window with list of versions in this module.
Published: Nov 28, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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 struct {
List []RowData `json:"list"`
}
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 map[string]interface{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.