table

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Body added in v1.1.0

func Body(props ...BodyProps) templ.Component

func Caption added in v1.1.0

func Caption(props ...CaptionProps) templ.Component

func Cell added in v1.1.0

func Cell(props ...CellProps) templ.Component
func Footer(props ...FooterProps) templ.Component
func Head(props ...HeadProps) templ.Component
func Header(props ...HeaderProps) templ.Component

func Row added in v1.1.0

func Row(props ...RowProps) templ.Component

func Table

func Table(props ...Props) templ.Component

Types

type BodyProps

type BodyProps struct {
	ID         string
	Class      string
	Attributes templ.Attributes
}

type CaptionProps added in v1.1.0

type CaptionProps struct {
	ID         string
	Class      string
	Attributes templ.Attributes
}

type CellProps

type CellProps struct {
	ID         string
	Class      string
	Attributes templ.Attributes
}

type FooterProps added in v1.1.0

type FooterProps struct {
	ID         string
	Class      string
	Attributes templ.Attributes
}

type HeadProps added in v1.1.0

type HeadProps struct {
	ID         string
	Class      string
	Attributes templ.Attributes
}

type HeaderProps

type HeaderProps struct {
	ID         string
	Class      string
	Attributes templ.Attributes
}

type Props

type Props struct {
	ID         string
	Class      string
	Attributes templ.Attributes
}

type RowProps

type RowProps struct {
	ID         string
	Class      string
	Attributes templ.Attributes
	Selected   bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL