Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Grid ¶
type Grid struct {
// Total number of rows and columns
RowTotal int
ColTotal int
// Offset for pagination
RowOff int
ColOff int
// Limit for pagination
RowLim int
ColLim int
// contains filtered or unexported fields
}
Grid holds the state of the cell grid
Click to show internal directories.
Click to hide internal directories.