Posts by pecom 6dedos • 26 points
3 posts
-
1
votes1
answer207
viewsA: Is it possible to insert data from a JS array into a ready-made HTML table?
1 - You use Document.createelement() to create tr and the td. 2 - Uses . textContent to define the content of tds. 3 - Use . appendchild() to place the tds within the tr and put the td within the…
-
0
votes1
answer19
viewsA: Query replaces id of main table
I managed to solve the problem. Even though it’s kind of obvious, it’s still something that made me spend a lot of time trying to figure it out. As the two tables had the column with the same name…
laravelanswered pecom 6dedos 26 -
-2
votes1
answer19
viewsQ: Query replaces id of main table
I am trying to perform a query in the table "expenses" that has foreign key. When performing the query. The "id" column of the "expenses" table is replaced by the "id" of "dismisse_categories" I am…
laravelasked pecom 6dedos 26