Item from table

This commit is contained in:
CHIEFSOFT\ameye
2024-12-21 15:03:02 -05:00
parent de7382dfc7
commit 62e7341ff6
+1
View File
@@ -17,6 +17,7 @@ var members_action = {
if (result.rowCount > 0 ){
result.rows.map( (rw)=>{
console.log(rw);
console.log(rw["uid"]);
})
}