Skip to main content
Skip table of contents

ViewAllRows: Display hidden and filtered out rows

Tag: ViewAllRows

The ViewAllRows function displays rows that were manually hidden or filtered out from the grid.

XML
<ytriaAutomation>
	<ViewAllRows/>
</ytriaAutomation>

Tag Attributes

Attributes

Value Description

Target

Grid code name

Value

TRUE of FALSE

Not Required - Defaults to TRUE

When set to FALSE, the hidden/filtered rows are hidden again.

Example Script

XML
<ytriaAutomation>
	<Filter Value='Guest' ColumnID='userType'/>
	<ViewAllRows/>
	<MsgBox Title="View All" Message="Now viewing filtered out rows - next: hide again" Type="cog"/>
	<ViewAllRows Value="False"/>
</ytriaAutomation>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.