getting error “Call to a member function set_col_link() on array”
while using
$grid->set_col_dynalink(“itemId”, “http://www.example.com/”, array(“itemId”), ‘&foo=bar’, “_top”);
1 Answers
Hi,
Our library don’t have function. To make a hyperlink in column you can refer this doc section:
https://www.gridphp.com/docs/column-options/#column-content-as-hyperlink
Or this demo: https://www.gridphp.com/demo/demos/appearance/external-link.php
Code: https://www.gridphp.com/demo/demos/appearance/external-link.phps
Your Answer