Posts by Yago Santos • 23 points
2 posts
-
1
votes1
answer2505
viewsQ: Change attribute of an object array in the state in the application
to try to make an attribute of one of the objects in an array of objects switch between true and false follows code: Initial state: constructor(props) { super(props) this.state = { post: [{ nome:…
-
0
votes0
answers66
viewsQ: Make SELECT display a certain value of a column last, keeping sorting by another column
I am doing the following select in a database and displaying the result in a php table: SELECT ID_PRDC, PRDC_ID_PRDT, PRDC_ID_SEM, DATA_PRDC, LINHA.NM_LN, PRODUTO.NM_PRDT, SEMI_ACABADO, NUM_OP,…