Skip to content

Commit

Permalink
Update 2018-02-09-tjreports-reports-with-dynamic-columns.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbung authored Feb 9, 2018
1 parent dbc9b99 commit 491eb84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function getItems()
}
```

We also need to ensure that the Hide/Show columns gets reset when the Form Filter is changed in this case. To do this, you may add the below code in an onCHange event where the HTML gets generated inside the `displayFilters()` method
We also need to ensure that the Hide/Show columns gets reset when the Form Filter is changed in this case. To do this, you may add the below code in an onChange event where the HTML gets generated inside the `displayFilters()` method

```javascript
onchange="document.getElementById('ul-columns-name').remove(); tjrContentUI.report.submitTJRData();"
Expand Down

0 comments on commit 491eb84

Please sign in to comment.