Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    How are you hiding those columns? With a “Custom Command” for the DataTables JS library?

    You could instead hide them on the “Edit” screen directly, using the “Selected columns: Hide” button (but only if nothing in the JS needs the columns), or hide them with some “Custom CSS”, like

    .tablepress-id-123 .column-3 {
      display: none;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Hidden columns displayed on front end’ is closed to new replies.