Posts by Rômulo Lacerda • 26 points
2 posts
-
-1
votes1
answer141
viewsA: List table array horizontally and vertically
Try to "encapsulate" all th of the company names into a single tr too. Something like that: <thead> <tr> <th>Empresa 1</th> <th>Empresa 2</th> </tr>…
-
0
votes1
answer420
viewsA: Error 404 in POST with NODE and REACT
On the Front you don’t need to set the Sponse constant. It’s not something that will stop your code from working, but it’s interesting that you don’t let loose variables like that. Look for how to…