@code{ int tableDisplayNameCount=0; int tableCount=0; for(obj : list){ if (obj.table!=null){ tableCount++; } if (obj.table!=null&&obj.table.displayName!=null){ tableDisplayNameCount++; } } int i=0; int j=0; int no=1; }
Column Filter
@if{tableDisplayNameCount>0} @end{} @if{tableCount>0} @end{} @if{tableDisplayNameCount>0} @end{} @if{tableCount>0} @end{} @foreach{obj : list} @if{tableDisplayNameCount>0} @if{obj.table!=null&&obj.table.parent!=null} @else{} @end{} @end{} @if{tableCount>0} @if{obj.table!=null&&obj.table.parent!=null} @else{} @end{} @end{} @end{}
Event
Manipulation
EnableTable(Display name)TableAction
Condition
Action
Orientation
Action
Timing
WHEN Statement(Lines) Definition(Lines)
@{zeroToEmpty(enableCount)} @{zeroToEmpty(statementCount)} @{zeroToEmpty(definitionCount)}
@{coalesce(obj.eventManipulation, "")} @{renderOptions.checkIcon(obj.enable)}@{obj.table.displayName}@{obj.table.name}@{coalesce(obj.actionCondition, "")} @{coalesce(obj.actionOrientation, "")} @{coalesce(obj.actionTiming, "")} @{coalesce(obj.when, "")} @{zeroToEmpty(obj.statement.size())} @{zeroToEmpty(obj.definition.size())}