A function signature for retrieving only the main body grid data (excluding left column).
typedef GetTableDataOnlyCallback = List<List<String>> Function();