Problema tabla
Saludos de nuevo..
Ya te debo estar cayendo pesado.. Lo siento.. Je je
He metido los datos, añadiendo los jugadores y equipo como pones en el ejemplo.. Pero debe tener un limite para introducir datos.. Porque se vuelve loco después..
//UD.LLANERA B
goleadores.push(new Goleador("LOLO", "UD.LLANERA B", 1));
//INDEPENDIENTE CF.
goleadores.push(new Goleador("DARIO", "INDEPENDIENTE CF.", 1));
goleadores.push(new Goleador("KILY", "INDEPENDIENTE CF.", 1));
goleadores.push(new Goleador("MIGUEL", "INDEPENDIENTE CF.", 1));
//LA MANJOYA
goleadores.push(new Goleador("DIEGO", "LA MANJOYA", 3));
goleadores.push(new Goleador("DANI BAGÜER", "LA MANJOYA", 2));
goleadores.push(new Goleador("MARCO", "LA MANJOYA", 2));
goleadores.push(new Goleador("PEPI", "LA MANJOYA", 2));
goleadores.push(new Goleador("BLITUS", "LA MANJOYA", 1));
goleadores.push(new Goleador("DANI", "LA MANJOYA", 1));
goleadores.push(new Goleador("GERMAN", "LA MANJOYA", 1));
goleadores.push(new Goleador("NACHO", "LA MANJOYA", 1));
goleadores.push(new Goleador("RIU", "LA MANJOYA", 1));
goleadores.push(new Goleador("RUBIO", "LA MANJOYA", 1));
goleadores.push(new Goleador("TOPO", "LA MANJOYA", 1));
//OVIEDO06
goleadores.push(new Goleador("MIGUEL PÉREZ", "OVIEDO06", 16));
goleadores.push(new Goleador("HECTOR LAFUENTE", "OVIEDO06", 14));
goleadores.push(new Goleador("COLINO", "OVIEDO06", 6));
goleadores.push(new Goleador("EDU", "OVIEDO06", 6));
goleadores.push(new Goleador("ADRI", "OVIEDO06", 4));
goleadores.push(new Goleador("JAVI", "OVIEDO06", 2));
goleadores.push(new Goleador("JAVI R", "OVIEDO06", 2));
goleadores.push(new Goleador("JULI", "OVIEDO06", 2));
goleadores.push(new Goleador("SANCHEZ", "OVIEDO06", 2));
goleadores.push(new Goleador("DAVID", "OVIEDO06", 2));
goleadores.push(new Goleador("JAVI", "OVIEDO06", 2));
goleadores.push(new Goleador("JAVI", "OVIEDO06", 2));
goleadores.push(new Goleador("JAVI", "OVIEDO06", 2));
//Mete así todos los jugadores de todos los equipos
Y fíjate como se vuelve.. Con estos datos, y llevo introducidos menos de la mitad..=)
??http://img140.imageshack.us/img140/7990/abczr.png
http://img576.imageshack.us/img576/372/cbab.png
¿Existe solución?
Gracias de nuevo
Ya te debo estar cayendo pesado.. Lo siento.. Je je
He metido los datos, añadiendo los jugadores y equipo como pones en el ejemplo.. Pero debe tener un limite para introducir datos.. Porque se vuelve loco después..
//UD.LLANERA B
goleadores.push(new Goleador("LOLO", "UD.LLANERA B", 1));
//INDEPENDIENTE CF.
goleadores.push(new Goleador("DARIO", "INDEPENDIENTE CF.", 1));
goleadores.push(new Goleador("KILY", "INDEPENDIENTE CF.", 1));
goleadores.push(new Goleador("MIGUEL", "INDEPENDIENTE CF.", 1));
//LA MANJOYA
goleadores.push(new Goleador("DIEGO", "LA MANJOYA", 3));
goleadores.push(new Goleador("DANI BAGÜER", "LA MANJOYA", 2));
goleadores.push(new Goleador("MARCO", "LA MANJOYA", 2));
goleadores.push(new Goleador("PEPI", "LA MANJOYA", 2));
goleadores.push(new Goleador("BLITUS", "LA MANJOYA", 1));
goleadores.push(new Goleador("DANI", "LA MANJOYA", 1));
goleadores.push(new Goleador("GERMAN", "LA MANJOYA", 1));
goleadores.push(new Goleador("NACHO", "LA MANJOYA", 1));
goleadores.push(new Goleador("RIU", "LA MANJOYA", 1));
goleadores.push(new Goleador("RUBIO", "LA MANJOYA", 1));
goleadores.push(new Goleador("TOPO", "LA MANJOYA", 1));
//OVIEDO06
goleadores.push(new Goleador("MIGUEL PÉREZ", "OVIEDO06", 16));
goleadores.push(new Goleador("HECTOR LAFUENTE", "OVIEDO06", 14));
goleadores.push(new Goleador("COLINO", "OVIEDO06", 6));
goleadores.push(new Goleador("EDU", "OVIEDO06", 6));
goleadores.push(new Goleador("ADRI", "OVIEDO06", 4));
goleadores.push(new Goleador("JAVI", "OVIEDO06", 2));
goleadores.push(new Goleador("JAVI R", "OVIEDO06", 2));
goleadores.push(new Goleador("JULI", "OVIEDO06", 2));
goleadores.push(new Goleador("SANCHEZ", "OVIEDO06", 2));
goleadores.push(new Goleador("DAVID", "OVIEDO06", 2));
goleadores.push(new Goleador("JAVI", "OVIEDO06", 2));
goleadores.push(new Goleador("JAVI", "OVIEDO06", 2));
goleadores.push(new Goleador("JAVI", "OVIEDO06", 2));
//Mete así todos los jugadores de todos los equipos
Y fíjate como se vuelve.. Con estos datos, y llevo introducidos menos de la mitad..=)
??http://img140.imageshack.us/img140/7990/abczr.png
http://img576.imageshack.us/img576/372/cbab.png
¿Existe solución?
Gracias de nuevo
1 Respuesta
Respuesta de krlosnow
1