lib/ProMotion/table/grouped_table_screen.rb in ProMotion-2.0.0 vs lib/ProMotion/table/grouped_table_screen.rb in ProMotion-2.0.1
- old
+ new
@@ -1,7 +1,8 @@
module ProMotion
class GroupedTableScreen < TableViewController
include ProMotion::ScreenModule
include ProMotion::Table
+ include ProMotion::Table::Utils # Workaround until https://hipbyte.freshdesk.com/support/tickets/2086 is fixed.
include ProMotion::GroupedTable
end
end