Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶ added in v0.6.0
func (*Container) HtmxButton ¶ added in v0.6.0
type ListView ¶ added in v0.7.0
type TableArgValues ¶ added in v0.7.0
type TableArgValues struct { SortColumn string SortDirection string Page int Limit int FilterColumn string FilterType string FilterValue string ReverseDirection string // contains filtered or unexported fields }
func (*TableArgValues) Set ¶ added in v0.7.0
func (o *TableArgValues) Set() error
type TableArgs ¶ added in v0.7.0
type TableArgs[T any] struct { SortColumn wc.QueryArgOpt SortDirection wc.QueryArgOpt Page wc.QueryArgOpt Limit wc.QueryArgOpt FilterColumn wc.QueryArgOpt FilterType wc.QueryArgOpt FilterValue wc.QueryArgOpt // contains filtered or unexported fields }
func NewTableArgs ¶ added in v0.7.0
type UpdatePATCH ¶ added in v0.7.0
func NewUpdatePATCH ¶ added in v0.7.0
func NewUpdatePATCH[C any](router *wc.Router[C], namespace string) UpdatePATCH[C]
type UpdatePOST ¶ added in v0.7.0
func NewUpdatePOST ¶ added in v0.7.0
func NewUpdatePOST[C any](router *wc.Router[C], namespace string) UpdatePOST[C]
Click to show internal directories.
Click to hide internal directories.