- | {p.name} |
-
- {p.email ? (
-
- {p.email}
-
- ) : (
- —
- )}
- |
-
- {p.telephone.length ? (
-
- {p.telephone.map((t, i) => (
-
- {t}
-
- ))}
-
- ) : (
- —
- )}
- |
- {p.city || —} |
-
- {p.countryName ? (
-
- {p.countryFlag} {p.countryName}
-
- ) : (
- —
- )}
- |
-
- {p.inTelegram ? (
- Sí
- ) : (
- No
- )}
- |
-
- {p.letterUrl ? (
-
- Descargar
-
- ) : (
+
+
+
+ {shown.map((c) => (
+ |
+ {c.label}
+ |
+ ))}
+ Acciones |
+
+
+
+ {rows.map((p) => (
+
+ {shown.map((c) => (
+ |
+ {c.cell(p)}
+ |
+ ))}
+
- )}
- |
-
-
- |
-
- ))}
-
-
+ |
+
+ ))}
+