Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Method String.HTML.pad_rows()


Method pad_rows

array(array(string)) pad_rows(array(array(string)) rows, void|string padding)

Description

Pads out the rows in a array of rows to equal length. The new elements in the rows will have the value provided in padding, or " ".