//invoices.invoice_number
$col = array();
$col["title"] = "Payable"; // caption of column
$col["name"] = "invoice_number";
$col["dbname"] = "invoices.invoice_number";
$col["fixed"]=true;
$col["width"] = "50";
$col["hidden"] = false; // hide column by default
$col["editable"]=true;
$col["search"] = true; // this column is not searchable
$col["link"] = "http://{invoice_number}";
$cols[] = $col;
Please help
8 Answers
It's resolved in latest build (licensed version)
Refer external-link demo for working sample.
the extrernal-link demo is not working either btw. what's the latest version. the one i downloaded is 1.5
Abu, managed to get it to work, however using the link breaks the on_update. But if I use default instead, it works
Your Answer