Fix Ortografía
This commit is contained in:
		| @@ -487,7 +487,7 @@ const SimpleTable = () => { | ||||
|           {sectores.map(s => (<option key={s.id} value={s.nombre}>{s.nombre}</option>))} | ||||
|         </select> | ||||
|       </div> | ||||
|       <div><p style={{ fontSize: '12px', fontWeight: 'bold' }}>** La Tabla permite ordenar por multiple columnas manteniendo shift al hacer click en la cabecera. **</p></div> | ||||
|       <div><p style={{ fontSize: '12px', fontWeight: 'bold' }}>** La tabla permite ordenar por múltiples columnas manteniendo shift al hacer click en la cabecera. **</p></div> | ||||
|  | ||||
|       {PaginacionControles} | ||||
|       <div style={{ overflowX: 'auto', maxHeight: '70vh', border: '1px solid #dee2e6', borderRadius: '8px' }}> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user