We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf654e commit ff85109Copy full SHA for ff85109
lib/ajax-datatables-rails/base.rb
@@ -21,6 +21,7 @@ def initialize(params, options = {})
21
@options = options
22
@datatable = Datatable::Datatable.new(self)
23
24
+ @view_columns = nil
25
@connected_columns = nil
26
@searchable_columns = nil
27
@search_columns = nil
0 commit comments