By jasonch on
I'm writing a node module and want to define my hook_view to display a table, but as far as i know hook_view need to return an array that's to be rendered like the regular Form API.
how do i make the results of theme_table be returned by hook_view?
my $header and $rows are just array of strings.
thanks,
Comments
Yea... I figured it out!
Yea... I figured it out! Thanks anyways.
howd ya do it?
interesting topic. ;)