feat(table): remove StyleFunc + add tests for table alignment (#586)

* Revert "Add support fo style func to table bubble"

This reverts commit 04658fed8e.

* test(table): add tests for table alignment
This commit is contained in:
bashbunni
2024-08-19 13:56:47 -07:00
committed by GitHub
parent 549d0767b3
commit c1d9f7dd6b
6 changed files with 80 additions and 64 deletions
+5
View File
@@ -0,0 +1,5 @@
Name Country of Orig… Dunk-able
Chocolate Digestives UK Yes
Tim Tams Australia No
Hobnobs UK Yes
+8
View File
@@ -0,0 +1,8 @@
┌───────────────────────────────────────────────────────────┐
│ Name Country of Orig… Dunk-able │
│───────────────────────────────────────────────────────────│
│ Chocolate Digestives UK Yes │
│ Tim Tams Australia No │
│ Hobnobs UK Yes │
│ │
└───────────────────────────────────────────────────────────┘