Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15291 | Rev 15300 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15291 Rev 15295
Línea 38... Línea 38...
38
		setSortKey(key)
38
		setSortKey(key)
39
	}
39
	}
Línea 40... Línea 40...
40
 
40
 
41
	useEffect(() => {
41
	useEffect(() => {
-
 
42
		setData(sortedData())
42
		setData(sortedData())
43
		setReverse(reverse)
Línea 43... Línea 44...
43
	}, [sortKey, reverse])
44
	}, [sortKey, reverse])
44
 
45
 
45
	return (
46
	return (
Línea 60... Línea 61...
60
						</th>
61
						</th>
61
					)}
62
					)}
62
				</tr>
63
				</tr>
63
			</thead>
64
			</thead>
64
			<tbody>
65
			<tbody>
65
				{children}
66
				{children()}
66
			</tbody>
67
			</tbody>
67
		</table >
68
		</table >
68
	)
69
	)
69
}
70
}