@shoffmanHLUYT ,
@shoffmanHLUYT wrote:
Assume a table with 100 cells in 10 rows. All the rows have the same height. Is it possible to select any cell and drag or otherwise move a top or bottom border to make the cell a different height? Of course, this would change the height of the cell immediately above or below, depending on which border is moved. AutoCAD's way of doing this (merging/unmerging cells) is clunky and time consuming.
To my utmost knowledge, what you are asking for is not possible with an AutoCAD table.. Other options?
1) (per your example) Create 10 tables with 1 column and 10 rows, then you can place them next to each other and adjust heights.
2) Use rectangles (polylines) and perhaps MTEXT or Attributes to accomplish what you desire since tables are slow.
3) If you use this table enough, create a block then with parameters you can manipulate items as necessary.
4) Git gud at AutoLISP and perhaps this is a task that you can ultimately automate?
That's just my insight. Hope it helps!
Best,
~DD