fix: page
This commit is contained in:
@@ -48,6 +48,7 @@ type TableConfig struct {
|
||||
// FieldConfig holds field-specific configuration
|
||||
type FieldConfig struct {
|
||||
Type string `mapstructure:"type"`
|
||||
Alias string `mapstructure:"alias"`
|
||||
Hidden bool `mapstructure:"hidden"`
|
||||
Searchable bool `mapstructure:"searchable"`
|
||||
MaxLength int `mapstructure:"max_length"`
|
||||
|
||||
Reference in New Issue
Block a user