number of rows
number of columns
size of each row
if rowsizes.length
is less than row_count
, the last value will be repeated
e.g. [1,2,3] -> [1,2,3,3,3]
size of each column
if colsizes.length
is less than col_count
, the last value will be repeated
Create an empty table with fixed size