You are here

function fapi_table_elements in Subform 5

@file

File

./fapi_table.module, line 7

Code

function fapi_table_elements() {
  $type['table'] = array(
    '#border' => 1,
    '#width' => "100%",
    '#height' => "100%",
    'rows' => array(),
  );
  return $type;
}