You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/ajax-datatables-rails/datatable/column.rb
+1-1
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ def casted_column
100
100
end
101
101
102
102
defvalidate_settings!
103
-
raiseAjaxDatatablesRails::Error::InvalidSearchColumn,"Unknown column. Check that `data` field is filled on JS side with the column name"ifcolumn_name.empty?
103
+
raiseAjaxDatatablesRails::Error::InvalidSearchColumn,'Unknown column. Check that `data` field is filled on JS side with the column name'ifcolumn_name.empty?
104
104
raiseAjaxDatatablesRails::Error::InvalidSearchColumn,"Check that column '#{column_name}' exists in view_columns"unlessvalid_search_column?(column_name)
0 commit comments