Oleksii Kuznietsov
Oleksii Kuznietsov
> I just read that zoom property should not be used as this is deprecated. use css3 instead. Careful not to have fixed element inside your transformed wrapper as this...
I have implemented it myself. Not with class option, but with global quick variable: var min_stickykit_width = 768; // minimum client width required the "Sticky-kit" to work. // + modified...
And of course I detecting the device type and don't even loading jquery.sticky-kit.js for phones.
Solution at http://jsfiddle.net/wyne/gyp3kfbu/ works good, except initial position (when the page content horizontally scrolled to right and the page being reloaded). So you should force trigger the "scroll" event after...
Hi @UtechtDustin! Here is example of my usage case: https://live.bootstrap-table.com/code/utilmind/12883 You see that the "Price" column has numeric values, but should display some HTML-formatted information additionally to the flat value...
Updated [pull request](https://github.com/wenzhixin/bootstrap-table/pull/6400) also contains minor performance optimization to avoid usage of `concat()` method, that appearing upon translation from es6 to es5 syntax.
Please update changelog, if this merge request will be accepted. Thanks!
Hello @UtechtDustin ! Example provided at https://live.bootstrap-table.com/code/utilmind/12883 (see `window.tablePrice()` method and Price column in the table, with broken HTML formatting due to unescaped "-characters within attributes of the HTML tag)....
Here is the same SVG but with better compression: ``
@UtechtDustin now suggested updates are only in source code file. Other changes (in dist folder) reverted to original.