• Resolved marzamele

    (@marzamele)


    Hola, estoy usando el plugin mucho tiempo pero ahora el cliente me ha pedido ocultar unas columnas de la tabla y me comenta si hay posibilidad de ocultar estas columnas y que pueda aparecer el contenido en el buscador aunque no se muestren en la tabla general.

    Muchas gracias

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    For this, you would have to hide the columns with CSS code. For example, add this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 .column-5,
    .tablepress-id-123 .column-6 {
      display: none;
    }

    This would hide columns 5 and 6 of table 123 from the visitor, but the data would still be part of the HTML page.

    (However, note that Google is getting smarter here, and they might recognize that the data is actually marked as hidden.)

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Buscador columnas ocultas’ is closed to new replies.