Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Created July 29, 2020 23:16
Show Gist options
  • Select an option

  • Save codigoconjuan/7e31b69b50e837c25ea6b9beabaa4c63 to your computer and use it in GitHub Desktop.

Select an option

Save codigoconjuan/7e31b69b50e837c25ea6b9beabaa4c63 to your computer and use it in GitHub Desktop.
Gist para Listado de Clientes
` <tr>
<td class="px-6 py-4 whitespace-no-wrap border-b border-gray-200">
<p class="text-sm leading-5 font-medium text-gray-700 text-lg font-bold"> ${nombre} </p>
<p class="text-sm leading-10 text-gray-700"> ${email} </p>
</td>
<td class="px-6 py-4 whitespace-no-wrap border-b border-gray-200 ">
<p class="text-gray-700">${telefono}</p>
</td>
<td class="px-6 py-4 whitespace-no-wrap border-b border-gray-200 leading-5 text-gray-700">
<p class="text-gray-600">${empresa}</p>
</td>
<td class="px-6 py-4 whitespace-no-wrap border-b border-gray-200 text-sm leading-5">
<a href="editar-cliente.html?id=${id}" class="text-teal-600 hover:text-teal-900 mr-5">Editar</a>
<a href="#" data-cliente="${id}" class="text-red-600 hover:text-red-900">Eliminar</a>
</td>
</tr>
`;
@SnowFusx
Copy link

thanks! <3

@Ivanrms371
Copy link

Gracias profe

@LuisTul
Copy link

LuisTul commented Dec 8, 2023

Gracias!!

@andrestec
Copy link

mucha gracias profesor

@Doisaac
Copy link

Doisaac commented Aug 16, 2024

¡Año 2024 y este curso sigue sirviendo mucho!! 👋👋😎

@Epaval
Copy link

Epaval commented Aug 25, 2024

Muchas gracias Juan, disfrutando el curso a lo máximo.

@edmorenodev
Copy link

El mejor!

@edd-dev02
Copy link

Muchos animos colegas! y gracias profe

@JesusPineda29
Copy link

gracias profe ;)

@efrainley94
Copy link

Gracias Profe /,,/

@josepitimarin
Copy link

Muchas gracias.

@hiro23-had4
Copy link

Gracias Profe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment