Commit Graph

2 Commits

Author SHA1 Message Date
bashbunni
d8581323b6
fix(table): include margins in cell width (#401)
* test(table): modify test to show bug

* fix(table): account for margin in cell height and width

* test(table): add sizing tests for margins and padding

* test(table): move TestSizing to another branch

* chore: tidy + force truecolor in test

* chore(lint): remove nil check on []string
2024-10-21 09:00:40 -07:00
bashbunni
f8dd5072db
fix: shared indices for first row of data and headers (StyleFunc bug) (#377)
* test(table): show differing styles between first row and headers

* fix(table): remove overlapping indices for styling rows and headers

* test(table): remove TestTableShrink; it's fixed on another branch

* docs(table): add godoc for HeaderRow const

* fix(test): use HeaderRow for table header styling
2024-10-03 10:12:42 -07:00