# Functions
No description provided by the author
NewField creates a new table field.
NewFilter creates a new filter.
No description provided by the author
WithAttribute is a Field option to set the database field.
WithComponent allows you to override the default component type (text).
WithField allows you to override the default generated field name.
WithFieldComponent allows you to override the default component type (text).
WithMeta add extra meta information for special field types.
WithOptions allows you to set options for required filter types (select).
WithSearchable is a Field option to allow the field to be searched.
WithSortable is a Field option to allow the field to be sorted.
WithVisibility is a Field option to allow the field's visibility to be toggled.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
A Field represents a table field.
Filter defines filters for adding query clauses to our query.
FilterOptions defines filter options.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
FilterOpt is an optional function type to set filter attributes.