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