Skip to content

Commit ff85109

Browse files
committedApr 8, 2024
Improve object shape
1 parent cbf654e commit ff85109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/ajax-datatables-rails/base.rb

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def initialize(params, options = {})
2121
@options = options
2222
@datatable = Datatable::Datatable.new(self)
2323

24+
@view_columns = nil
2425
@connected_columns = nil
2526
@searchable_columns = nil
2627
@search_columns = nil

0 commit comments

Comments
 (0)
Please sign in to comment.