You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Derek Jones edited this page Jul 5, 2012
·
14 revisions
(Now with _iterated support)
[color=red]ATTENTION:[/color] this extension is third-party, so don't bother Phill with questions about it.
Features are:
well documented
label from $validation / custom label
mapping by $validation[‘field’][‘values’] / custom array mapping
custom callback-generated fields
autopagination with native CI paginator when _paged
table elements attributes assigned automaticaly
This extension works in the similar way as original HTML Form extension.
All it does is provide render_table() method that builds html code based on settings given by user. It can save some time for you and make table-generation part of the view more readable. Extension is shipped with two table templates: object_per_row and object_per_column.
Docs are included in [url=http://codeigniter.com/wiki/File:dmz_htmltable_0_1_1.zip/]Distrib[/url].
Installation: To make HTML Table available, copy application folder’s content from distrib into your application folder.
[color=red]WARNING![/color]
If you have your own MY_html_helper, be careful not to rewrite it with same file from this distrib, just append your own with it’s content.
MY_html_helper contains one single function wrap() that makes output of optional parts of page more convinient. It’s used in table templates.