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

Sticky-header (floatThead) is not rendering correctly #45

Closed yozart closed 3 years ago

yozart commented 3 years ago

When having a floatThead on a table, filters are only showing when we are at the top of the page.

If you scroll down and try to filter, this won't show. Example here :

https://jsfiddle.net/9713qa6n/

mkoryak commented 3 years ago

This is not this filter's fault, they cannot be expected to handle what other plugins do to the DOM.

Here is an ugly hack that solves your problem: https://jsfiddle.net/08hf4pdt/

It also voids the warranty on the flaotthead plugin, but I doubt you care :)

yozart commented 3 years ago

Wow great ! thank you very much for your help

yozart commented 3 years ago

This fix works for me !