You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
It would be wonderful if we could change the table's highlighted row color. At the moment, there only seems to be one color, a very light mauve. If we could change the color with code such as:
funcrowStyleFunc(input table.RowStyleFuncInput) lipgloss.Style {
// Check if this row is highlighted.ifinput.IsHighlighted { // or input.Highlighted depending on your library version// Return the highlight style.returnlipgloss.NewStyle().
Background(lipgloss.Color(styles.White)).
Foreground(lipgloss.Color(styles.Black))
}
}`
Uh oh!
There was an error while loading. Please reload this page.
Hello,
It would be wonderful if we could change the table's highlighted row color. At the moment, there only seems to be one color, a very light mauve. If we could change the color with code such as:
Example One:
Or, Example Two:
Probably, there should be a,
Many thanks,
The text was updated successfully, but these errors were encountered: