Method: ProMotion::MotionTable::SectionedTable#sectionIndexTitlesForTableView
- Defined in:
- lib/ProMotion/screen_helpers/_tables/_sectioned_table.rb
#sectionIndexTitlesForTableView(table_view) ⇒ Object
Set table_data_index if you want the right hand index column (jumplist)
104 105 106 107 108 |
# File 'lib/ProMotion/screen_helpers/_tables/_sectioned_table.rb', line 104 def sectionIndexTitlesForTableView(table_view) if self.respond_to?(:table_data_index) self.table_data_index end end |