Interface IMobileTableBehavior
Mobile functionality provided for SAPUI5 tables. See Mobile
public interface IMobileTableBehavior
Methods
NavigateToRow(ITableRow)
Navigates to the specified row.
void NavigateToRow(ITableRow row)
Parameters
NavigateToRow(uint)
Navigates to the specified row.
void NavigateToRow(uint row)
Parameters
rowuintthe row index (1-based).