Search code examples
yadcf

yadcf>filter_type: “text”>filters_position: 'footer' fails to search


I'm having issue when search text box are in the footer position. The search box is not functional when setting filters_position: 'footer' to yadcf. When setting is removed the text search box do there thing. Anything else I need to do? Thanks in advance and Awesome plug-in.

https://jsfiddle.net/4hqm9tsh/2/

Setting scrollX: to false I'm now able to search with in the column. I'm hoping to keep this true.

                      {
                            column_number: 6,
                            filter_default_label: "", 
                            filter_type: "text",
                            style_class: 'yadcf-sb',
                            filter_delay: 1000,
                            filter_reset_button_text: false 
                        },              
            ],
                        { filters_position: 'footer' }      

Solution

  • It was a bug in yadcf which I just fixed and released in new 0.9.3.beta.8,

    see it in action here

    If you will encounter this in other filter type please open a bug in yadcf repository.