table--create-growing-space-below

table--create-growing-space-below is a compiled Lisp function in `table.el'.

(table--create-growing-space-below LINES-TO-EXTEND LEFT-TO-RIGHT-COORD-LIST BOTTOM-BORDER-Y)

Create growing space below the table.
This function creates growing space below the table slightly
intelligent fashion. Following is the cases it handles for each
growing line:
1. When the first line below the table is a complete blank line it
inserts a blank line.
2. When the line starts with a prefix that matches the prefix of the
bottom line of the table it inserts a line consisting of prefix alone.
3. Otherwise it deletes the rectangular contents where table will
grow into.