• Resolved moorthy123

    (@moorthy123)


    Hi TobiasBg,

    Thanks for your great work, which saves me a lots of work and time.

    I would like to know, is there any way to reduce the number of columns in the column filtering option.

    it’s not works with this shortcode

    [table id=1 datatables_columnfilter=true datatables_columnfilter_exclude_columns=1,4 /]

    https://www.ads-software.com/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    No sorry, the ColumnFilter Extension does not offer a JS parameter for that. You could however try hiding the search field via CSS, like

    .tablepress-id-123 .column-1 .form-control {
      display: none;
    }

    with the correct table ID and column number.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Is there any way remove the number of column in the filtering’ is closed to new replies.