Hi,
I am using the rowClick event of Table to open a document based on Id field.
I. The rowClick event is not get invoked:
Table::create(array(
"dataStore"=>$this->dataStore('users'),
"clientEvents"=>array(
"rowClick"=>"function(e) { console.log('ok');
console.log(e.rowIndex);
}"
),
"showFooter"=>"top",
"columns"=>array(
II. How to pass Id field to rowClick event so that when row is clicked its unique Id is captured and opens a required document.
Thanks!
Also, we have another ticket open for Export to PDF. Could you please assist on that too. Thank you!