Back
templateGridHdr
Templates
templateGridHdr
Template of the header row of phpLens grid where all field titles are shown in view state
Default:
The Smarty template file must be placed in the templates subdirectory of the Web page.

The following template variables are available: if a field "name" is defined, then:

{$NAME_T} -- field title

Template Format
The template can either be a html table or a set of td or th cells. If a table is defined, then phpLens will set the enclosing cell containing the table to fit the colspan. So if the template fits 4 columns, then the enclosing cell will be set to colspan=4. If it is a set of td or th cells, then the number of cells must match the number of columns defined in the grid.

 Basic:Yes  Advanced/Enterprise:Yes  DynamicEdit:Yes   [Version 1.0]