lib/ProMotion/table/data/table_data.rb in ProMotion-2.4.1 vs lib/ProMotion/table/data/table_data.rb in ProMotion-2.4.2

- old
+ new

@@ -25,10 +25,10 @@ def cell(params={}) params = index_path_to_section_index(params) table_section = params[:unfiltered] ? self.data[params[:section]] : self.section(params[:section]) c = table_section[:cells].at(params[:index].to_i) - set_data_cell_defaults c + set_data_cell_defaults(c) end def delete_cell(params={}) params = index_path_to_section_index(params) table_section = self.section(params[:section])