Do not trim column data Default: Normally phpLens will trim all field data and this is harmless. However if you are combining multiple data columns together to form one big text string (maybe there are limits to a varchar field for your database), you might not want any trimming to occur.Syntax
$lens->noTrim = true; Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 2.7]
|