This commit is contained in:
arussac
2025-02-12 11:22:55 +01:00
parent bd4b1ddd2e
commit 77599c7abd
6 changed files with 33 additions and 8 deletions

View File

@@ -2,6 +2,10 @@
function display_projects() {
// Get data from API and then generate HTML code to display the data in a table
const table = document.getElementById("table-projects");
const form = document.getElementById("add-project")
form.addEventListener('click', () => {
console.log("test")
});
let datas = `<tr>
<th>Id</th>
<th>Name</th>