Katarzyna

Kawa

0

RANK WTA

0

AGE

100

HEIGHT

Previous results at Nordea Open for Katarzyna Kawa

Date Rd Match Score Time
         
2019 SF Danka Kovinic [MNE] d. Kawa 2-6 6-4 6-1 01:56
2019 QF Kawa d. (5)Fiona Ferro [FRA] 6-0 6-2 01:03
2019 R16 Kawa d. Anhelina Kalinina [UKR] 2-6 6-3 6-3 01:34
2019 R32 Kawa d. Jana Cepelova [SVK] 5-7 7-6(7) 6-2 02:36
Show results

News about Katarzyna Kawa

0

RANK WTA

0

AGE

100

HEIGHT

PLAYER SOCIAL CHANNELS

Date Rd Match Score Time
         
2019 SF Danka Kovinic [MNE] d. Kawa 2-6 6-4 6-1 01:56
2019 QF Kawa d. (5)Fiona Ferro [FRA] 6-0 6-2 01:03
2019 R16 Kawa d. Anhelina Kalinina [UKR] 2-6 6-3 6-3 01:34
2019 R32 Kawa d. Jana Cepelova [SVK] 5-7 7-6(7) 6-2 02:36
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); } }); }); });