Use open_table and close table functions to create a table with the group of input fields.
$this->form_obj->open_table( "Table name" );
...
$this->form_obj->close_table();
...
$this->form_obj->close_table();
Use open_table and close table functions to create a table with the group of input fields.