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
In some situations these titles of columns can be quite long, but the content of each cells in the columns very short (like boolean value true, false), so it fees like a the horizontal space could be reduced by renaming columns.
Example where Year-of-birth is a bit too long and could be renamed to simply Year in this context:
| Name | Year-of-birth |
|------+---------------|
| John | 1985 |
| Mary | 1974 |
| Name | Year |
|------+------|
| John | 1985 |
| Mary | 1974 |
What about some kind of optional plist mapping initial column names to desired column names given as parameter to the dblock? Or maybe a transformer function?
Thanks
The text was updated successfully, but these errors were encountered:
Hello
Currently, while using dynamic blocks, the titles of columns of the resulting org-table are generated like this:
In some situations these titles of columns can be quite long, but the content of each cells in the columns very short (like boolean value
true
,false
), so it fees like a the horizontal space could be reduced by renaming columns.Example where
Year-of-birth
is a bit too long and could be renamed to simplyYear
in this context:What about some kind of optional plist mapping initial column names to desired column names given as parameter to the dblock? Or maybe a transformer function?
Thanks
The text was updated successfully, but these errors were encountered: