Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanmay Sharma committed Apr 29, 2024
1 parent 92370de commit 4b7d6e7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ school, and data is filled in accordingly.

## Nested Tables
Table tags with markers can also be used inside another table to create nested tables.

<br>
JSON representation of the input data:

```json
Expand Down Expand Up @@ -318,11 +318,12 @@ JSON representation of the input data:

![Discard row if with table markers](../images/discard_row_if_table_markers.png)

### Discard the row in horizontal table if the condition evaluates to true
### Discard the row in a horizontal table if the condition evaluates to true
A row in the horizontal table can be discarded only when the condition in the discard-row-if(expr(**condition**)) evaluates
to true in the provided context. Add this construct along with the template tag to discard the row based on the provided condition.

For Example: {{PROPERTY:**discard-row-if(expr(condition))**}}
<br/>
JSON representation of the input data:
```json
{
Expand Down

0 comments on commit 4b7d6e7

Please sign in to comment.