Skip to content

Commit

Permalink
Reset filter input when clear filters button is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong committed Jun 18, 2024
1 parent f4ceb9f commit be55b7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/_static/models/models.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ <h3>Filters</h3>
.then(() => {
gridApi.onFilterChanged();
});
// reset filter box
document.getElementById("filter-text-box").value="";
gridApi.setGridOption(
"quickFilterText",
"",
);
}

// Grid Options: Contains all of the grid configurations
Expand Down

0 comments on commit be55b7e

Please sign in to comment.