The code I gave above is exactly for this. You just change it like this. Well it’s your decision whether to do it or not but I’m leaving this answer for those who ask the same thing. Good luck.
$w.onReady(function () {
$w("#table").rows = [];
$w("#table").rows = [
{ _id: "01", date: "10h30/12h", Lundi: "JUDO", Mardi: "10h PPG JUDO", Mecredi: "JUDO"},
{ _id: "02", date: "12h/14h", Lundi: "Pause midi au Dojo", Mardi: "Pause midi au Dojo", Mecredi: "Pause midi a la maison"},
{ _id: "03", date: "10h30/12h", Lundi: "JUDO", Mardi: "10h PPG JUDO", Mecredi: "JUDO"},
{ _id: "04", date: "10h30/12h", Lundi: "JUDO", Mardi: "10h PPG JUDO", Mecredi: "JUDO"}
];
});
