Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

108
Vistas
Remove columns from table in liquid (Shopify Store)

I'm actually not sure what is the best way to achieve this. But I need to remove the column "GroupName" and everything under it from this table.

It is pulled from a Datafeed and how it is set up, there is no easy way to strip it using regex.

Is there a code snippet I can use to remove this?

here is an image of the table

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Use this CSS code it will hide your first th and first td

<style>
table tr td:first-child {
  display:none;
}

table tr th:first-child {
  display:none;
}
</style>
<table>
  <tr>
    <th >Group Name</th>
    <th>Name</th>
    <th>Value</th>
  </tr>
  <tr>
    <td >Specification</td>
    <td>Cache</td>
    <td>Total L2 cache 4MB; Total L3 Cache 32Mb </td>
  </tr>
</table>
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda