anto
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user