Skip to content

refactor: reorganize function order and improve code structure in table.go#3

Merged
noborus merged 1 commit intomainfrom
improve-function-order
Aug 20, 2025
Merged

refactor: reorganize function order and improve code structure in table.go#3
noborus merged 1 commit intomainfrom
improve-function-order

Conversation

@noborus
Copy link
Copy Markdown
Owner

@noborus noborus commented Aug 20, 2025

  • Move TableOption functions (Border, BorderConfig, Header, AutoAlign) to end of file
  • Group getter/setter methods together for better organization
  • Improve comments for RenderHeader and formatCell methods
  • Rename GetAlign() to GetAutoAlign() for consistency
  • Add missing GetHeaderStyle() getter method

…le.go

- Move TableOption functions (Border, BorderConfig, Header, AutoAlign) to end of file
- Group getter/setter methods together for better organization
- Improve comments for RenderHeader and formatCell methods
- Rename GetAlign() to GetAutoAlign() for consistency
- Add missing GetHeaderStyle() getter method
@noborus noborus merged commit 07d0eea into main Aug 20, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant