Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter DesignSmith

    (@designsmith)

    You can change the location of the column sorting fields in the columnfilter.js file. Around line 590, the sPlaceHolder can be set to “foot” (default), “head:after” or “head:before”. There’s a bug in the column filter plugin that makes all of the table columns the same width – which breaks the layout on the final page. You can fix that by placing .text_filter { width: 100%; } in your CSS file.

    Thread Starter DesignSmith

    (@designsmith)

    Thank you for the columnfilterwidgets reference. I thought I had read through all of the extension info on your site, but missed that one.
    I had already implemented the first column-filter extension you mention above. It works great and I like that you’re injecting it into the table. Without properly explaining it, my initial inquiry was, in fact, regarding a way to use the column-filter TablePress Extension – but I was wondering where in that extension’s code I would look in order to put the column sorting in an additional table head row (versus the default placement in the table foot). It sounds like that extension’s JS code may hold the answer to my questions. I’ll look around in there.

    Thanks again for your help.

    Jeremy

Viewing 2 replies - 1 through 2 (of 2 total)