showRowDetailButton
This function is used to toggle the row detail button, that opens the child app, based on the row data.
Parameters
Row - the row object. Usually this is: eventArgs.details.row
show - shows (true, default) or hides (false) the detil Button
Example Usages
This code belongs in an onRowCreated event
Return Values
Function does not explicitly produce return value.
Last updated
Was this helpful?