At present we can render tables, can we have the control to left/right align the tables
At present we can render tables, can we have the control to left/right align the tables.
Use case : For me my data is some what large, which can't fit in a screen. If we have the option to right align some tables, i can manage the space.
1
vote
Shivin Vijai
shared this idea
-
Anonymous commented
You can actually align columns by adding a colon to the left/right/both sides of the second line of the table like
```
| left | centered | right |
|:----|:------------:|------:|
| left | centered | right |
```