how to delete an empty table row?

I’ve noticed that when a table is created, by default there’s an empty row. I want to delete that, but looking at the table command help, it only shows how to delete named cols and rows, not how to delete a row by row index (in my case, row 0)

?
d

Table command should allow you to specify by index.
They are just numeric parameters.
Example: table -d /table_name 0 -1 for example.

Markus also suggests opparming the rows to 0 after creation.
(And opparm ‘Set Dimensions’ (dims) )
This is a fast way of deleting the whole table quickly.