Hide column

Hide column

Alex2019Alex2019 Posts: 62Questions: 9Answers: 0

Hello everyone,
I use this script to filter the data

https://github.com/vedmack/yadcf/releases

what I would like to achieve is to hide a column (1) but to be able to use the filter

$(document).ready(function(){
  $('#example').dataTable().yadcf([
        {column_number : 1, column_data_type: "html", html_data_type: "text", filter_default_label: "Select aka"},

it's possible?

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599
    Answer ✓

    YADCF is a third-party extension, so it would be worth asking the author of that, or using one of the internal filters - such as SearchPanes or SearchBuilder.

    Colin

This discussion has been closed.