chestercharles / excel-bootstrap-table-filter

jQuery plugin for an Excel-like table filter dropdown with search, sort and checkboxes
MIT License
67 stars 38 forks source link

header went missing #39

Open alralv opened 3 years ago

alralv commented 3 years ago

hi 1st of all thanx for ur job that's a best a the lightest script that I find and so easy to use . but there is a tiny problem, I built my table in MVC razor and when filter some column header went missing. precited for any hint, solution or advise

codeodor commented 3 years ago

I'm having the same issue.

codeodor commented 3 years ago

Looking at the code, I see it is looking for tbody: https://github.com/chestercharles/excel-bootstrap-table-filter/blob/master/dist/excel-bootstrap-table-filter-bundle.js#L286

I added tbody and thead tags, and now it works.