Misha Koryak

Results 41 comments of Misha Koryak

It's an issue I have not fixed

I should note that there exists a workaround for this issue: use `position:'absolute'` instead of `fixed`. This is sometimes not ideal, hence this issue. Also when I originally wrote this...

Are you using a mutation observer because the `floatTheaed` event does not work for you? example from the docs: ```js var $table = $('table.demo2'); $table.on("floatThead", function(e, isFloated, $floatContainer){ if(isFloated){ $floatContainer.addClass("floated");...

Yeah that looks like a bug, here is a workaround: https://jsfiddle.net/0fo643ry/1/ Let me know if that works for you.

Ok, maybe I see what you mean. How about this: https://jsfiddle.net/7hgmxp9j/1/

I can take a stab at this if you want. Though if i did, would you mind if i prefixed all jquery object's variable names with `$` ? I find...

react probably wont work with floatThead. floatThead caches dom elements/state internally, and things like react tend to re-create the dom from scratch, and also get upset if anything modifies the...

@ljharb I highly doubt that the table will load in IE6 without freezing the browser.

even when no one uses IE6?