- Parameter(s):
- $col_name: Column name
- $target: Hyperlink target attribute. The default is _new
- Description:
- Display the text in column as a static hyperlink.
- Remark:
- Use this method for displaying static HTML hyperlink. For dynamic links, use set_col_dynalink() method.
- Example:
1 | $dg -> set_col_link("productCode"); |