lib/ProMotion/table/data/table_data.rb in ProMotion-2.7.1 vs lib/ProMotion/table/data/table_data.rb in ProMotion-2.8.0
- old
+ new
@@ -77,9 +77,11 @@
if new_section[:cells] && new_section[:cells].length > 0
new_section[:title] = section[:title]
self.filtered_data << new_section
end
end
+
+ self.filtered_data
end
def clear_filter
@filtered = false
end