Table Building
considering
C
Christina Favero
Table building is cumbersome and must be built cell by cell, which is very inefficient and time consuming with large tables.
We need to be able to copy/paste from another document into Habitat and keep the format/content, and easily modify an entire table or multiple cells at once: change font size, column size, alignment, typographical emphasis (Bold, Underline, etc.).
At times, using the Tab key to navigate a table adjusts step numbers in certain patterns.
J
Josh Maccombs
Merged in a post:
Improved Table options
M
Molly Nora
Improved table options (easier to customize with row and column height and width, boarders, headers)
J
Josh Maccombs
Merged in a post:
Setting Cell Widths (not working)
B
Brian Miller
I would like to lock the cell width for a table cell. This is pretty standard in HTML. However, when I enter the normal HTML code <td width="200">Cell 1</td>, Habitat throws an error. I would like to do this for cells with an image in them. It's not working.
QUESTION: What am I doing wrong?
HABITAT CODE
<td data-uuid="68d4374119a94cb88f7f4cecd251d0d2">
<figure class="figure-image img" data-uuid="7a5d8f0fef3846ab9d13954658a00ab9">
<img alt="" data-uuid="7dbaa895905347d9970d063a3d8e3f12" src="../../img/cre_ch03/nakatadaimaru_timeline.png" />
</figure>
</td>
NORMAL HTML FIX (that doesn't work in Habitat)
<tr>
<td width="100" height="50">Cell 1</td>
<td width="150" height="50">Cell 2</td>
</tr>
K
Kristen Snow
Yes please!!
J
Josh Maccombs
Merged in a post:
Ability to copy/paste Table information into Tables in Inkling (without going cell by cell)
Kristen Gabriel
Ex: Widget that allows you to upload data from a file (ex .csv) into a table within an InkDoc. Overall looking for better capabilities to import large amounts of data from excel into a table within Inkling.
J
Josh Maccombs
Merged in a post:
Ability to Adjust Cell Width/Height within Tables
Kristen Gabriel
We would like the ability to adjust table cell height and width without needing to manually do it
Kathryn Stewart
considering