I am trying to do a dynamic grid, I need the url column is a field from the database, I need when the user presses it goes to the link and send as parameter to a javascript function.
This is my block code for the url in the grid
$grid->setColProperty(“URL”, array(“name”=>”URL”,”editable”=>true, “width”=>120, “formatter”=>”showlink”));
Thanks in advance.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top