Skip to content

Commit 2348ca8

Browse files
committed
Add setfiltermode.griddly event
1 parent 5cc7d75 commit 2348ca8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Griddly/Scripts/griddly.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@
704704
{
705705
if (this.options.allowedFilterModes.indexOf(mode) > -1)
706706
{
707+
this.$element.trigger("setfiltermode.griddly", { mode: mode });
708+
707709
var currentFilters = this.getFilterValues();
708710
var request1 = this.buildRequest();
709711

0 commit comments

Comments
 (0)