Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TableComponent ¶
type TableComponent struct {
// contains filtered or unexported fields
}
TableComponent handles table-specific rendering and logic
func NewTableComponent ¶
func NewTableComponent(tableModel table.Model) *TableComponent
NewTableComponent creates a new table component
func (*TableComponent) RenderTable ¶
func (tc *TableComponent) RenderTable(requests []entity.APIRequest, tableModel table.Model) string
RenderTable renders the table view
Click to show internal directories.
Click to hide internal directories.