-
Notifications
You must be signed in to change notification settings - Fork 26
HTML Table ext for DMZ
[b][color=red]ATTENTION:[/color][/b] 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 [b]render_table()[/b] 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 distrib.File:dmz_htmltable.zip
[url=http://codeigniter.com/forums/viewthread/150077/]Forum thread.[/url]