8000 Restore behavior of #filter method · GUI/ajax-datatables-rails@07795fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 07795fd

Browse files
committed
Restore behavior of #filter method
1 parent ae8dc99 commit 07795fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ajax-datatables-rails/datatable/column.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def cond
4343
end
4444

4545
def filter(value)
46-
@view_column[:cond].call(value)
46+
@view_column[:cond].call(self)
4747
end
4848

4949
def source

0 commit comments

Comments
 (0)
0