Thiago

Monteiro

0

RANK ATP

0

ÅLDER

1950

BLEV PROFFS

Previous results in Båstad for Thiago Monteiro

Year Rd Match Score Time
2021 R32 Yannick Hanfmann [GER] d. Monteiro 6-2 7-5 01:39
2019 R32 (WC)Elias Ymer [SWE] d. Monteiro 6-3 2-6 7-5 02:38
2018 R16 (2)Pablo Carreno Busta [ESP] d. Monteiro 6-4 6-3 01:06
2018 R32 Monteiro d. Elias Ymer [SWE] 6-4 6-2 01:13
2017 R16 (2)Albert Ramos [ESP] d. Monteiro 3-6 6-4 6-3 02:09
2017 R32 Monteiro d. Dusan Lajovic [SRB] 6-3 0-0 RET 00:41
Show all results
Show all titles

News on Thiago Monteiro

0

RANK ATP

0

AGE

1950

TURNED PRO

0

RANK ATP

0

AGE

1950

TURNED PRO

PLAYERS SOCIAL CHANNELS

Year Rd Match Score Time
2021 R32 Yannick Hanfmann [GER] d. Monteiro 6-2 7-5 01:39
2019 R32 (WC)Elias Ymer [SWE] d. Monteiro 6-3 2-6 7-5 02:38
2018 R16 (2)Pablo Carreno Busta [ESP] d. Monteiro 6-4 6-3 01:06
2018 R32 Monteiro d. Elias Ymer [SWE] 6-4 6-2 01:13
2017 R16 (2)Albert Ramos [ESP] d. Monteiro 3-6 6-4 6-3 02:09
2017 R32 Monteiro d. Dusan Lajovic [SRB] 6-3 0-0 RET 00:41
jQuery(document).ready(function($) { $('.match-container').each(function() { let matchId = $(this).data('match-id'); $.ajax({ url: ajaxurl, // Använd den globala variabeln ajaxurl type: 'POST', data: { action: 'get_match_data', match_number: matchId }, success: function(response) { if (response.success) { $(this).html(response.data.content); } else { console.error('Fel vid hämtning av matchdata:', response); } }.bind(this), // Bindar 'this' för att hänvisa till rätt element error: function(error) { console.error('AJAX-fel:', error); } }); }); });