excel-bootstrap-table-filter icon indicating copy to clipboard operation
excel-bootstrap-table-filter copied to clipboard

header went missing

Open alralv opened this issue 5 years ago • 2 comments

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

alralv avatar Nov 25 '20 14:11 alralv

I'm having the same issue.

codeodor avatar Apr 28 '21 22:04 codeodor

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.

codeodor avatar Apr 28 '21 22:04 codeodor