Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Do you really mean sorting? If the column is not visibe, where would you want to click to invoke the sorting?
    Or do you mean filtering with the drop down from the ColumnFilterWidgets Extension? That’s indeed possible, and to hide the columns, you can use CSS code like

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

    Just adjust the ID and column number and add that to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress.

    Regards,
    Tobias

    Thread Starter echod

    (@echod)

    oh, certainly the filter, thanks! works the filter and the place on the screen is released ??
    perfect extension TP!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘TablePress – Sorting by hidden column’ is closed to new replies.