Skip to content

Commit

Permalink
Add comments to HeaderColumn struct
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanaReddy0M committed Feb 2, 2023
1 parent 7fec986 commit cf2a976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/render/header.go
Expand Up @@ -5,8 +5,8 @@ import (
)

// HeaderColumn represent a table header.
// SortIndicatorIdx position of alphabet in header name to highlight
// Set SortIndicatorIdx to -1 to ignore highlighting any alphabet in header name
// SortIndicatorIdx is the position of alphabet in header name to highlight.
// Set SortIndicatorIdx to -1 to ignore highlighting any alphabet in header name.
type HeaderColumn struct {
Name string
SortIndicatorIdx int
Expand Down

0 comments on commit cf2a976

Please sign in to comment.