HideRow
This function hides current table row. This function has to be called inside table rule since hide/show state is not stored in database and has to be set every time the case page is opened.
Syntax
HideRow();
Function arguments
Return value
This function returns Boolean.
This function always returns true
Examples
Example 1:
This will disable current row, and will not set any tooltip for remove button of that row.
HideRow();