Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

107
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda