datatable

package
v0.0.0-...-88fbf3c Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Rendered for js/wasm

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataTable

type DataTable interface {
	Headers(...string) DataTable
	AppendRow(...interface{}) DataTable
	Render()
	WithPagination() DataTable
	WithSearch() DataTable
	WithPageSize(int) DataTable
	WithSelectablePages(int) DataTable
}

DataTable describes an interface for populating tables of data

func New

func New() DataTable

New creates an instance of a DataTable

Jump to

Keyboard shortcuts

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