The columns or fields that users can click on to sort Default: By default, all columns in the grid are sortable. To define only columns lastname and postcode aresortable, set:
$lens->showSortCols = 'lastname;postcode';
Set Sort Order form
Since phpLens 2.5.4, this property is also used to determine which are the sortable columns to display in the Set Sort Order form. If this property is not defined, then the Set Sort Order form is hidden. Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 1.3]
|